#CCD0CA

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

Shades of Surf Crest #CCD0CA

Tints of Surf Crest #CCD0CA

Color information

#CCD0CA (or 0xCCD0CA) is unknown color: approx Surf Crest. HEX triplet: CC, D0 and CA. RGB value is (204,208,202). Sum of RGB (Red+Green+Blue) = 204+208+202=614 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.22% from 614); Green value is 208 (81.64% from 255 or 33.88% from 614); Blue value is 202 (79.30% from 255 or 32.90% from 614); Max value from RGB is 208 - color contains mainly: green. Hex color #CCD0CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD0CA is #332F35. Grayscale: #CECECE. Windows color (decimal): -3354422 or 13291724. OLE color: 13291724.

HSL color Cylindrical-coordinate representation of color #CCD0CA: hue angle of 100º degrees, saturation: 0.06, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #CCD0CA is Cyan = 0.02, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB204208202-
CMYK0.0200.030.18
HSL100º6%80.39%-
HSV(B)100º2.88%81.57%-
XYZ58.1262.2164.82-
YUV206.12125.67126.49-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.22%
GREEN value IS 208 (81.64% from 255) = 33.88%
BLUE value IS 202 (79.30% from 255) = 32.90%
R=33.22%
G=33.88%
B=32.90%

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
Decimal2042082020.0200.030.18100680.39
HexCCD0CA2031264650
Octal314320312203221446120
Binary110011001101000011001010100111001011001001101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD0CA; }

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

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

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

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

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

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

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

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