#CDE0CD

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

Shades of Sea Mist #CDE0CD

Tints of Sea Mist #CDE0CD

Color information

#CDE0CD (or 0xCDE0CD) is unknown color: approx Sea Mist. HEX triplet: CD, E0 and CD. RGB value is (205,224,205). Sum of RGB (Red+Green+Blue) = 205+224+205=634 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.33% from 634); Green value is 224 (87.89% from 255 or 35.33% from 634); Blue value is 205 (80.47% from 255 or 32.33% from 634); Max value from RGB is 224 - color contains mainly: green. Hex color #CDE0CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDE0CD is #321F32. Grayscale: #D8D8D8. Windows color (decimal): -3284787 or 13492429. OLE color: 13492429.

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

Color convert

RGB205224205-
CMYK0.0800.080.12
HSL120º23.46%84.12%-
HSV(B)120º8.48%87.84%-
XYZ62.8570.768.09-
YUV216.15121.71120.04-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.33%
GREEN value IS 224 (87.89% from 255) = 35.33%
BLUE value IS 205 (80.47% from 255) = 32.33%
R=32.33%
G=35.33%
B=32.33%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2052242050.0800.080.1212023.4684.12
HexCDE0CD808C781754
Octal315340315100101417027124
Binary11001101111000001100110110000100011001111000101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE0CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE0CD; }

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

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

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

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

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

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

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

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