#CCD2CD

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

Shades of Sea Mist #CCD2CD

Tints of Sea Mist #CCD2CD

Color information

#CCD2CD (or 0xCCD2CD) is unknown color: approx Sea Mist. HEX triplet: CC, D2 and CD. RGB value is (204,210,205). Sum of RGB (Red+Green+Blue) = 204+210+205=619 (81% of max value = 765). Red value is 204 (80.08% from 255 or 32.96% from 619); Green value is 210 (82.42% from 255 or 33.93% from 619); Blue value is 205 (80.47% from 255 or 33.12% from 619); Max value from RGB is 210 - color contains mainly: green. Hex color #CCD2CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD2CD is #332D32. Grayscale: #CFCFCF. Windows color (decimal): -3353907 or 13488844. OLE color: 13488844.

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

Color convert

RGB204210205-
CMYK0.0300.020.18
HSL130º6.25%81.18%-
HSV(B)130º2.86%82.35%-
XYZ58.9763.3466.88-
YUV207.64126.51125.41-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.96%
GREEN value IS 210 (82.42% from 255) = 33.93%
BLUE value IS 205 (80.47% from 255) = 33.12%
R=32.96%
G=33.93%
B=33.12%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2042102050.0300.020.181306.2581.18
HexCCD2CD3021282651
Octal314322315302222026121
Binary1100110011010010110011011101010010100000101101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD2CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD2CD; }

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

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

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

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

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

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

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

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