#CDE0CC

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

Shades of Sea Mist #CDE0CC

Tints of Sea Mist #CDE0CC

Color information

#CDE0CC (or 0xCDE0CC) is unknown color: approx Sea Mist. HEX triplet: CD, E0 and CC. RGB value is (205,224,204). Sum of RGB (Red+Green+Blue) = 205+224+204=633 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.39% from 633); Green value is 224 (87.89% from 255 or 35.39% from 633); Blue value is 204 (80.08% from 255 or 32.23% from 633); Max value from RGB is 224 - color contains mainly: green. Hex color #CDE0CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDE0CC is #321F33. Grayscale: #D8D8D8. Windows color (decimal): -3284788 or 13426893. OLE color: 13426893.

HSL color Cylindrical-coordinate representation of color #CDE0CC: hue angle of 117º degrees, saturation: 0.24, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CDE0CC is Cyan = 0.08, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.12.

Color convert

RGB205224204-
CMYK0.0800.090.12
HSL117º24.39%83.92%-
HSV(B)117º8.93%87.84%-
XYZ62.7370.6567.46-
YUV216.04121.21120.13-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.39%
GREEN value IS 224 (87.89% from 255) = 35.39%
BLUE value IS 204 (80.08% from 255) = 32.23%
R=32.39%
G=35.39%
B=32.23%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2052242040.0800.090.1211724.3983.92
HexCDE0CC809C751854
Octal315340314100111416530124
Binary11001101111000001100110010000100111001110101110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE0CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE0CC; }

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

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

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

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

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

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

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

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