#CDD0CD

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

Shades of Sea Mist #CDD0CD

Tints of Sea Mist #CDD0CD

Color information

#CDD0CD (or 0xCDD0CD) is unknown color: approx Sea Mist. HEX triplet: CD, D0 and CD. RGB value is (205,208,205). Sum of RGB (Red+Green+Blue) = 205+208+205=618 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.17% from 618); Green value is 208 (81.64% from 255 or 33.66% from 618); Blue value is 205 (80.47% from 255 or 33.17% from 618); Max value from RGB is 208 - color contains mainly: green. Hex color #CDD0CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD0CD is #322F32. Grayscale: #CECECE. Windows color (decimal): -3288883 or 13488333. OLE color: 13488333.

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

Color convert

RGB205208205-
CMYK0.0100.010.18
HSL120º3.09%80.98%-
HSV(B)120º1.44%81.57%-
XYZ58.7562.566.72-
YUV206.76127.01126.74-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.17%
GREEN value IS 208 (81.64% from 255) = 33.66%
BLUE value IS 205 (80.47% from 255) = 33.17%
R=33.17%
G=33.66%
B=33.17%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2052082050.0100.010.181203.0980.98
HexCDD0CD1011278351
Octal315320315101221703121
Binary110011011101000011001101101100101111000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD0CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD0CD; }

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

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

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

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

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

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

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

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