#CDDDCC

Color #CDDDCC Sea Mist (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sea Mist #CDDDCC

Tints of Sea Mist #CDDDCC

Color information

#CDDDCC (or 0xCDDDCC) is unknown color: approx Sea Mist. HEX triplet: CD, DD and CC. RGB value is (205,221,204). Sum of RGB (Red+Green+Blue) = 205+221+204=630 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.54% from 630); Green value is 221 (86.72% from 255 or 35.08% from 630); Blue value is 204 (80.08% from 255 or 32.38% from 630); Max value from RGB is 221 - color contains mainly: green. Hex color #CDDDCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDDDCC is #322233. Grayscale: #D6D6D6. Windows color (decimal): -3285556 or 13426125. OLE color: 13426125.

HSL color Cylindrical-coordinate representation of color #CDDDCC: hue angle of 116.47º degrees, saturation: 0.2, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CDDDCC is Cyan = 0.07, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB205221204-
CMYK0.0700.080.13
HSL116.47º20%83.33%-
HSV(B)116.47º7.69%86.67%-
XYZ61.9369.0567.19-
YUV214.28122.2121.38-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.54%
GREEN value IS 221 (86.72% from 255) = 35.08%
BLUE value IS 204 (80.08% from 255) = 32.38%
R=32.54%
G=35.08%
B=32.38%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2052212040.0700.080.13116.472083.33
HexCDDDCC708D741453
Octal31533531470101516424123
Binary1100110111011101110011001110100011011110100101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDDCC; }

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

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

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

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

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

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

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

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