#CCDCC8

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

Shades of Surf Crest #CCDCC8

Tints of Surf Crest #CCDCC8

Color information

#CCDCC8 (or 0xCCDCC8) is unknown color: approx Surf Crest. HEX triplet: CC, DC and C8. RGB value is (204,220,200). Sum of RGB (Red+Green+Blue) = 204+220+200=624 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.69% from 624); Green value is 220 (86.33% from 255 or 35.26% from 624); Blue value is 200 (78.52% from 255 or 32.05% from 624); Max value from RGB is 220 - color contains mainly: green. Hex color #CCDCC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDCC8 is #332337. Grayscale: #D4D4D4. Windows color (decimal): -3351352 or 13163724. OLE color: 13163724.

HSL color Cylindrical-coordinate representation of color #CCDCC8: hue angle of 108º degrees, saturation: 0.22, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CCDCC8 is Cyan = 0.07, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.14.

Color convert

RGB204220200-
CMYK0.0700.090.14
HSL108º22.22%82.35%-
HSV(B)108º9.09%86.27%-
XYZ60.9268.1964.6-
YUV212.94120.7121.63-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.69%
GREEN value IS 220 (86.33% from 255) = 35.26%
BLUE value IS 200 (78.52% from 255) = 32.05%
R=32.69%
G=35.26%
B=32.05%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2042202000.0700.090.1410822.2282.35
HexCCDCC8709E6c1652
Octal31433431070111615426122
Binary1100110011011100110010001110100111101101100101101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDCC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDCC8; }

 p { color: rgb(204,220,200); }

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

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

 a { background-color: rgb(204,220,200); }

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

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

 span { border-color: rgb(204,220,200); }

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