#CDE2CC

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

Shades of Sea Mist #CDE2CC

Tints of Sea Mist #CDE2CC

Color information

#CDE2CC (or 0xCDE2CC) is unknown color: approx Sea Mist. HEX triplet: CD, E2 and CC. RGB value is (205,226,204). Sum of RGB (Red+Green+Blue) = 205+226+204=635 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.28% from 635); Green value is 226 (88.67% from 255 or 35.59% from 635); Blue value is 204 (80.08% from 255 or 32.13% from 635); Max value from RGB is 226 - color contains mainly: green. Hex color #CDE2CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDE2CC is #321D33. Grayscale: #D9D9D9. Windows color (decimal): -3284276 or 13427405. OLE color: 13427405.

HSL color Cylindrical-coordinate representation of color #CDE2CC: hue angle of 117.27º degrees, saturation: 0.28, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CDE2CC is Cyan = 0.09, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.

Color convert

RGB205226204-
CMYK0.0900.100.11
HSL117.27º27.5%84.31%-
HSV(B)117.27º9.73%88.63%-
XYZ63.2771.7367.64-
YUV217.21120.54119.29-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.28%
GREEN value IS 226 (88.67% from 255) = 35.59%
BLUE value IS 204 (80.08% from 255) = 32.13%
R=32.28%
G=35.59%
B=32.13%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2052262040.0900.100.11117.2727.584.31
HexCDE2CC90AB751c54
Octal315342314110121316534124
Binary11001101111000101100110010010101010111110101111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE2CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE2CC; }

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

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

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

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

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

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

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

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