#CCDCCA

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

Shades of Surf Crest #CCDCCA

Tints of Surf Crest #CCDCCA

Color information

#CCDCCA (or 0xCCDCCA) is unknown color: approx Surf Crest. HEX triplet: CC, DC and CA. RGB value is (204,220,202). Sum of RGB (Red+Green+Blue) = 204+220+202=626 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.59% from 626); Green value is 220 (86.33% from 255 or 35.14% from 626); Blue value is 202 (79.30% from 255 or 32.27% from 626); Max value from RGB is 220 - color contains mainly: green. Hex color #CCDCCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDCCA is #332335. Grayscale: #D5D5D5. Windows color (decimal): -3351350 or 13294796. OLE color: 13294796.

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

Color convert

RGB204220202-
CMYK0.0700.080.14
HSL113.33º20.45%82.75%-
HSV(B)113.33º8.18%86.27%-
XYZ61.1668.2965.83-
YUV213.16121.7121.46-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.59%
GREEN value IS 220 (86.33% from 255) = 35.14%
BLUE value IS 202 (79.30% from 255) = 32.27%
R=32.59%
G=35.14%
B=32.27%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2042202020.0700.080.14113.3320.4582.75
HexCCDCCA708E711453
Octal31433431270101616124123
Binary1100110011011100110010101110100011101110001101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDCCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDCCA; }

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

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

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

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

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

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

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

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