#CCD6CD

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

Shades of Sea Mist #CCD6CD

Tints of Sea Mist #CCD6CD

Color information

#CCD6CD (or 0xCCD6CD) is unknown color: approx Sea Mist. HEX triplet: CC, D6 and CD. RGB value is (204,214,205). Sum of RGB (Red+Green+Blue) = 204+214+205=623 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.74% from 623); Green value is 214 (83.98% from 255 or 34.35% from 623); Blue value is 205 (80.47% from 255 or 32.91% from 623); Max value from RGB is 214 - color contains mainly: green. Hex color #CCD6CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD6CD is #332932. Grayscale: #D2D2D2. Windows color (decimal): -3352883 or 13489868. OLE color: 13489868.

HSL color Cylindrical-coordinate representation of color #CCD6CD: hue angle of 126º degrees, saturation: 0.11, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #CCD6CD is Cyan = 0.05, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB204214205-
CMYK0.0500.040.16
HSL126º10.87%81.96%-
HSV(B)126º4.67%83.92%-
XYZ59.9765.3467.21-
YUV209.98125.19123.73-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.74%
GREEN value IS 214 (83.98% from 255) = 34.35%
BLUE value IS 205 (80.47% from 255) = 32.91%
R=32.74%
G=34.35%
B=32.91%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2042142050.0500.040.1612610.8781.96
HexCCD6CD504107eb52
Octal3143263155042017613122
Binary110011001101011011001101101010010000111111010111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD6CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD6CD; }

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

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

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

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

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

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

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

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