#CCD4CA

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

Shades of Surf Crest #CCD4CA

Tints of Surf Crest #CCD4CA

Color information

#CCD4CA (or 0xCCD4CA) is unknown color: approx Surf Crest. HEX triplet: CC, D4 and CA. RGB value is (204,212,202). Sum of RGB (Red+Green+Blue) = 204+212+202=618 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.01% from 618); Green value is 212 (83.20% from 255 or 34.30% from 618); Blue value is 202 (79.30% from 255 or 32.69% from 618); Max value from RGB is 212 - color contains mainly: green. Hex color #CCD4CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD4CA is #332B35. Grayscale: #D0D0D0. Windows color (decimal): -3353398 or 13292748. OLE color: 13292748.

HSL color Cylindrical-coordinate representation of color #CCD4CA: hue angle of 108º degrees, saturation: 0.1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #CCD4CA is Cyan = 0.04, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.17.

Color convert

RGB204212202-
CMYK0.0400.050.17
HSL108º10.42%81.18%-
HSV(B)108º4.72%83.14%-
XYZ59.1164.1965.15-
YUV208.47124.35124.81-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.01%
GREEN value IS 212 (83.20% from 255) = 34.30%
BLUE value IS 202 (79.30% from 255) = 32.69%
R=33.01%
G=34.30%
B=32.69%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2042122020.0400.050.1710810.4281.18
HexCCD4CA405116ca51
Octal3143243124052115412121
Binary110011001101010011001010100010110001110110010101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD4CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD4CA; }

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

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

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

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

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

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

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

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