#CCD1CB

Color #CCD1CB Surf Crest (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Surf Crest #CCD1CB

Tints of Surf Crest #CCD1CB

Color information

#CCD1CB (or 0xCCD1CB) is unknown color: approx Surf Crest. HEX triplet: CC, D1 and CB. RGB value is (204,209,203). Sum of RGB (Red+Green+Blue) = 204+209+203=616 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.12% from 616); Green value is 209 (82.03% from 255 or 33.93% from 616); Blue value is 203 (79.69% from 255 or 32.95% from 616); Max value from RGB is 209 - color contains mainly: green. Hex color #CCD1CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD1CB is #332E34. Grayscale: #CECECE. Windows color (decimal): -3354165 or 13357516. OLE color: 13357516.

HSL color Cylindrical-coordinate representation of color #CCD1CB: hue angle of 110º 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 #CCD1CB is Cyan = 0.02, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB204209203-
CMYK0.0200.030.18
HSL110º6.12%80.78%-
HSV(B)110º2.87%81.96%-
XYZ58.4862.7565.53-
YUV206.82125.84125.99-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.12%
GREEN value IS 209 (82.03% from 255) = 33.93%
BLUE value IS 203 (79.69% from 255) = 32.95%
R=33.12%
G=33.93%
B=32.95%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2042092030.0200.030.181106.1280.78
HexCCD1CB203126e651
Octal314321313203221566121
Binary110011001101000111001011100111001011011101101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD1CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD1CB; }

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

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

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

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

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

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

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

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