COLOR #CEAFDE

HEX: #CEAFDE
RGB: (206,175,222)

Color info

#CEAFDE contains red, green and blue colors in about the same proportion. Web safe color of #CEAFDE is #CC99CC (or #C9C).

RGB color model

#CEAFDE color RGB value is (206,175,222).

  • red value is 206;
  • green value is 175;
  • blue value is 222.
RGB:
(206,175,222)
(81%,69%,87%)

RGB channels and saturation

R 206 of 255 = 81%
G 175 of 255 = 69%
B 222 of 255 = 87%

206
175
222

R + G + B ~ 79%. #CEAFDE is quite light color.

Portions of RGB colors in percentages

R + G + B =
206 + 175 + 222 = 603 (100%)
R 206 of 603 ~ 34.16%
G 175 of 603 ~ 29.02%
B 222 of 603 ~ 36.82%

%34.16
%29.02
%36.82

CMYK color model

#CEAFDE color CMYK value is (7,21,0,13).

  • cyan value is 7.21%
  • magenta value is 21.17%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(7,21,0,13)
C7M21Y0K13 
(7%,21%,0%,13%)
(0.07/0.21/0.00/0.13)	

CMYK percentages

%7.21
%21.17
%0
%12.94

Codes

Color #CEAFDE in popluar color models

CEAFDE
RGB206175222
HSL280°41.59%77.84%
HSB/HSV280°21.17%87.06%
CMYK7.21%21.17%0.00%
12.94%

Color #CEAFDE in popluar number systems.

HEXCEAFDE
Decimal206175222
Binary110011101010111111011110
Octal316257336

Shades and tints

Shades of #CEAFDE

#CEAFDE
(206,175,222)
#BCA0CA
(188,160,202)
#AA91B6
(170,145,182)
#9882A2
(152,130,162)
#86738E
(134,115,142)
#74647A
(116,100,122)
#625566
(98,85,102)
#504652
(80,70,82)
#3E373E
(62,55,62)
#2C282A
(44,40,42)
#1A1916
(26,25,22)
#000000
(0,0,0)

Tints of #CEAFDE

#CEAFDE
(206,175,222)
#D2B6E1
(210,182,225)
#D6BDE4
(214,189,228)
#DAC4E7
(218,196,231)
#DECBEA
(222,203,234)
#E2D2ED
(226,210,237)
#E6D9F0
(230,217,240)
#EAE0F3
(234,224,243)
#EEE7F6
(238,231,246)
#F2EEF9
(242,238,249)
#F6F5FC
(246,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CEAFDE color. Also use rgb(206,175,222) instead hex code.

Text Font Color

.myTextColor { color: #CEAFDE; }

<p style="color:#CEAFDE">This sample text font color is #CEAFDE.</p>

This text font color is #CEAFDE.


Background Color

.myBgColor { background-color: #CEAFDE; }

<div style="background-color:#CEAFDE">Inner text</div>

This div background color is #CEAFDE.


Border color

.myBorderColor { border: 1px solid #CEAFDE; }

<div style="border:3px solid #CEAFDE">Div</div>

This div border color is #CEAFDE.


Opacity

.myOpacity80 { color: #CEAFDE; opacity: 0.8; }

<p style="color:#CEAFDE;opacity:0.8;">80%</p>

Text with #CEAFDE color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #CEAFDE;}

<p style="text-shadow: 3px 3px 1px #CEAFDE">Text here.</p>

This text has shadow with #CEAFDE color.

.textShadow {text-shadow: 3px 3px 1px #CEAFDE, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #CEAFDE, 5px 5px 20px red">Text here.</p>

This text has shadow with #CEAFDE primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#CEAFDE, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#CEAFDE, Direction=45, Strength=4)">Text</p>

This text has shadow with #CEAFDE and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #CEAFDE;
  -webkit-box-shadow:	1px 1px 3px 2px #CEAFDE;
  box-shadow:		1px 1px 3px 2px #CEAFDE;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #CEAFDE;
-webkit-box-shadow: 1px 1px 3px 2px #CEAFDE;
box-shadow:1px 1px 3px 2px #CEAFDE;">
Div content here</div>
This div box has shadow with color #CEAFDE.

Preview

Color preview on black background

This text has color #CEAFDE on black background.


Color preview on white background

This text has color #CEAFDE on white background.



Black color preview on #CEAFDE background

This text has black color on #CEAFDE background.


White color preview on #CEAFDE background

This text has white color on #CEAFDE background.