#CDE1CD

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

Shades of Sea Mist #CDE1CD

Tints of Sea Mist #CDE1CD

Color information

#CDE1CD (or 0xCDE1CD) is unknown color: approx Sea Mist. HEX triplet: CD, E1 and CD. RGB value is (205,225,205). Sum of RGB (Red+Green+Blue) = 205+225+205=635 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.28% from 635); Green value is 225 (88.28% from 255 or 35.43% from 635); Blue value is 205 (80.47% from 255 or 32.28% from 635); Max value from RGB is 225 - color contains mainly: green. Hex color #CDE1CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDE1CD is #321E32. Grayscale: #D8D8D8. Windows color (decimal): -3284531 or 13492685. OLE color: 13492685.

HSL color Cylindrical-coordinate representation of color #CDE1CD: hue angle of 120º degrees, saturation: 0.25, 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 #CDE1CD is Cyan = 0.09, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.12.

Color convert

RGB205225205-
CMYK0.0900.090.12
HSL120º25%84.31%-
HSV(B)120º8.89%88.24%-
XYZ63.1271.2468.18-
YUV216.74121.37119.63-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.28%
GREEN value IS 225 (88.28% from 255) = 35.43%
BLUE value IS 205 (80.47% from 255) = 32.28%
R=32.28%
G=35.43%
B=32.28%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2052252050.0900.090.121202584.31
HexCDE1CD909C781954
Octal315341315110111417031124
Binary11001101111000011100110110010100111001111000110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE1CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE1CD; }

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

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

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

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

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

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

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

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