#CCD6CA

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

Shades of Surf Crest #CCD6CA

Tints of Surf Crest #CCD6CA

Color information

#CCD6CA (or 0xCCD6CA) is unknown color: approx Surf Crest. HEX triplet: CC, D6 and CA. RGB value is (204,214,202). Sum of RGB (Red+Green+Blue) = 204+214+202=620 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.90% from 620); Green value is 214 (83.98% from 255 or 34.52% from 620); Blue value is 202 (79.30% from 255 or 32.58% from 620); Max value from RGB is 214 - color contains mainly: green. Hex color #CCD6CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD6CA is #332935. Grayscale: #D1D1D1. Windows color (decimal): -3352886 or 13293260. OLE color: 13293260.

HSL color Cylindrical-coordinate representation of color #CCD6CA: hue angle of 110º degrees, saturation: 0.13, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CCD6CA is Cyan = 0.05, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB204214202-
CMYK0.0500.060.16
HSL110º12.77%81.57%-
HSV(B)110º5.61%83.92%-
XYZ59.6165.1965.32-
YUV209.64123.69123.98-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.90%
GREEN value IS 214 (83.98% from 255) = 34.52%
BLUE value IS 202 (79.30% from 255) = 32.58%
R=32.90%
G=34.52%
B=32.58%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2042142020.0500.060.1611012.7781.57
HexCCD6CA506106ed52
Octal3143263125062015615122
Binary110011001101011011001010101011010000110111011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD6CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD6CA; }

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

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

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

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

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

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

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

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