#CDD2CD

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

Shades of Sea Mist #CDD2CD

Tints of Sea Mist #CDD2CD

Color information

#CDD2CD (or 0xCDD2CD) is unknown color: approx Sea Mist. HEX triplet: CD, D2 and CD. RGB value is (205,210,205). Sum of RGB (Red+Green+Blue) = 205+210+205=620 (82% of max value = 765). Red value is 205 (80.47% from 255 or 33.06% from 620); Green value is 210 (82.42% from 255 or 33.87% from 620); Blue value is 205 (80.47% from 255 or 33.06% from 620); Max value from RGB is 210 - color contains mainly: green. Hex color #CDD2CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD2CD is #322D32. Grayscale: #CFCFCF. Windows color (decimal): -3288371 or 13488845. OLE color: 13488845.

HSL color Cylindrical-coordinate representation of color #CDD2CD: hue angle of 120º degrees, saturation: 0.05, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #CDD2CD is Cyan = 0.02, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB205210205-
CMYK0.0200.020.18
HSL120º5.26%81.37%-
HSV(B)120º2.38%82.35%-
XYZ59.2463.4866.89-
YUV207.94126.34125.91-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.06%
GREEN value IS 210 (82.42% from 255) = 33.87%
BLUE value IS 205 (80.47% from 255) = 33.06%
R=33.06%
G=33.87%
B=33.06%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2052102050.0200.020.181205.2681.37
HexCDD2CD2021278551
Octal315322315202221705121
Binary110011011101001011001101100101001011110001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD2CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD2CD; }

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

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

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

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

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

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

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

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