#CCDCC5

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

Shades of Surf Crest #CCDCC5

Tints of Surf Crest #CCDCC5

Color information

#CCDCC5 (or 0xCCDCC5) is unknown color: approx Surf Crest. HEX triplet: CC, DC and C5. RGB value is (204,220,197). Sum of RGB (Red+Green+Blue) = 204+220+197=621 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.85% from 621); Green value is 220 (86.33% from 255 or 35.43% from 621); Blue value is 197 (77.34% from 255 or 31.72% from 621); Max value from RGB is 220 - color contains mainly: green. Hex color #CCDCC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDCC5 is #33233A. Grayscale: #D4D4D4. Windows color (decimal): -3351355 or 12967116. OLE color: 12967116.

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

Color convert

RGB204220197-
CMYK0.0700.100.14
HSL101.74º24.73%81.76%-
HSV(B)101.74º10.45%86.27%-
XYZ60.5768.0562.77-
YUV212.59119.2121.87-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.85%
GREEN value IS 220 (86.33% from 255) = 35.43%
BLUE value IS 197 (77.34% from 255) = 31.72%
R=32.85%
G=35.43%
B=31.72%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2042201970.0700.100.14101.7424.7381.76
HexCCDCC570AE661952
Octal31433430570121614631122
Binary1100110011011100110001011110101011101100110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDCC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDCC5; }

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

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

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

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

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

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

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

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