#CCD6CB

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

Shades of Sea Mist #CCD6CB

Tints of Sea Mist #CCD6CB

Color information

#CCD6CB (or 0xCCD6CB) is unknown color: approx Sea Mist. HEX triplet: CC, D6 and CB. RGB value is (204,214,203). Sum of RGB (Red+Green+Blue) = 204+214+203=621 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.85% from 621); Green value is 214 (83.98% from 255 or 34.46% from 621); Blue value is 203 (79.69% from 255 or 32.69% from 621); Max value from RGB is 214 - color contains mainly: green. Hex color #CCD6CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD6CB is #332934. Grayscale: #D1D1D1. Windows color (decimal): -3352885 or 13358796. OLE color: 13358796.

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

Color convert

RGB204214203-
CMYK0.0500.050.16
HSL114.55º11.83%81.76%-
HSV(B)114.55º5.14%83.92%-
XYZ59.7365.2465.94-
YUV209.76124.19123.89-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.85%
GREEN value IS 214 (83.98% from 255) = 34.46%
BLUE value IS 203 (79.69% from 255) = 32.69%
R=32.85%
G=34.46%
B=32.69%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2042142030.0500.050.16114.5511.8381.76
HexCCD6CB5051073c52
Octal3143263135052016314122
Binary110011001101011011001011101010110000111001111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD6CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD6CB; }

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

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

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

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

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

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

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

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