#CCD4CB

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

Shades of Surf Crest #CCD4CB

Tints of Surf Crest #CCD4CB

Color information

#CCD4CB (or 0xCCD4CB) is unknown color: approx Surf Crest. HEX triplet: CC, D4 and CB. RGB value is (204,212,203). Sum of RGB (Red+Green+Blue) = 204+212+203=619 (81% of max value = 765). Red value is 204 (80.08% from 255 or 32.96% from 619); Green value is 212 (83.20% from 255 or 34.25% from 619); Blue value is 203 (79.69% from 255 or 32.79% from 619); Max value from RGB is 212 - color contains mainly: green. Hex color #CCD4CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD4CB is #332B34. Grayscale: #D0D0D0. Windows color (decimal): -3353397 or 13358284. OLE color: 13358284.

HSL color Cylindrical-coordinate representation of color #CCD4CB: hue angle of 113.33º degrees, saturation: 0.09, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #CCD4CB is Cyan = 0.04, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.17.

Color convert

RGB204212203-
CMYK0.0400.040.17
HSL113.33º9.47%81.37%-
HSV(B)113.33º4.25%83.14%-
XYZ59.2264.2465.78-
YUV208.58124.85124.73-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.96%
GREEN value IS 212 (83.20% from 255) = 34.25%
BLUE value IS 203 (79.69% from 255) = 32.79%
R=32.96%
G=34.25%
B=32.79%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2042122030.0400.040.17113.339.4781.37
HexCCD4CB4041171951
Octal3143243134042116111121
Binary110011001101010011001011100010010001111000110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD4CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD4CB; }

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

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

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

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

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

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

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

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