#CCD7CA

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

Shades of Surf Crest #CCD7CA

Tints of Surf Crest #CCD7CA

Color information

#CCD7CA (or 0xCCD7CA) is unknown color: approx Surf Crest. HEX triplet: CC, D7 and CA. RGB value is (204,215,202). Sum of RGB (Red+Green+Blue) = 204+215+202=621 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.85% from 621); Green value is 215 (84.38% from 255 or 34.62% from 621); Blue value is 202 (79.30% from 255 or 32.53% from 621); Max value from RGB is 215 - color contains mainly: green. Hex color #CCD7CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD7CA is #332835. Grayscale: #D2D2D2. Windows color (decimal): -3352630 or 13293516. OLE color: 13293516.

HSL color Cylindrical-coordinate representation of color #CCD7CA: hue angle of 110.77º degrees, saturation: 0.14, 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 #CCD7CA is Cyan = 0.05, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB204215202-
CMYK0.0500.060.16
HSL110.77º13.98%81.76%-
HSV(B)110.77º6.05%84.31%-
XYZ59.8665.765.4-
YUV210.23123.36123.56-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.85%
GREEN value IS 215 (84.38% from 255) = 34.62%
BLUE value IS 202 (79.30% from 255) = 32.53%
R=32.85%
G=34.62%
B=32.53%

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
Decimal2042152020.0500.060.16110.7713.9881.76
HexCCD7CA506106fe52
Octal3143273125062015716122
Binary110011001101011111001010101011010000110111111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD7CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD7CA; }

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

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

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

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

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

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

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

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