#CDE9CC

Color #CDE9CC Blue Romance (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Romance #CDE9CC

Tints of Blue Romance #CDE9CC

Color information

#CDE9CC (or 0xCDE9CC) is unknown color: approx Blue Romance. HEX triplet: CD, E9 and CC. RGB value is (205,233,204). Sum of RGB (Red+Green+Blue) = 205+233+204=642 (85% of max value = 765). Red value is 205 (80.47% from 255 or 31.93% from 642); Green value is 233 (91.41% from 255 or 36.29% from 642); Blue value is 204 (80.08% from 255 or 31.78% from 642); Max value from RGB is 233 - color contains mainly: green. Hex color #CDE9CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDE9CC is #321633. Grayscale: #DDDDDD. Windows color (decimal): -3282484 or 13429197. OLE color: 13429197.

HSL color Cylindrical-coordinate representation of color #CDE9CC: hue angle of 117.93º degrees, saturation: 0.4, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CDE9CC is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB205233204-
CMYK0.1200.120.09
HSL117.93º39.73%85.69%-
HSV(B)117.93º12.45%91.37%-
XYZ65.2175.6268.29-
YUV221.32118.22116.36-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 205 (80.47% from 255) = 31.93%
GREEN value IS 233 (91.41% from 255) = 36.29%
BLUE value IS 204 (80.08% from 255) = 31.78%
R=31.93%
G=36.29%
B=31.78%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2052332040.1200.120.09117.9339.7385.69
HexCDE9CCC0C9762856
Octal315351314140141116650126
Binary110011011110100111001100110001100100111101101010001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE9CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE9CC; }

 p { color: rgb(205,233,204); }

 H1.HeaderClassName
 {
   color: #CDE9CC;
 }
 .AnyTagClassName
 {
   color: #CDE9CC;
 }
</style>
background-color css

<style>
 a { background-color: #CDE9CC; }

 a { background-color: rgb(205,233,204); }

 div.DivClassName
 {
   background-color: #CDE9CC;
 }
 .BgClassName
 {
   background-color: #CDE9CC;
 }
</style>
border-color css

<style>
 span { border-color: #CDE9CC; }

 span { border-color: rgb(205,233,204); }

 td.TdClassName
 {
   border-color: #CDE9CC;
 }
 .TagClassName
 {
   border-color: #CDE9CC;
 }
</style>