#CCD1CA

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

Shades of Surf Crest #CCD1CA

Tints of Surf Crest #CCD1CA

Color information

#CCD1CA (or 0xCCD1CA) is unknown color: approx Surf Crest. HEX triplet: CC, D1 and CA. RGB value is (204,209,202). Sum of RGB (Red+Green+Blue) = 204+209+202=615 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.17% from 615); Green value is 209 (82.03% from 255 or 33.98% from 615); Blue value is 202 (79.30% from 255 or 32.85% from 615); Max value from RGB is 209 - color contains mainly: green. Hex color #CCD1CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD1CA is #332E35. Grayscale: #CECECE. Windows color (decimal): -3354166 or 13291980. OLE color: 13291980.

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

Color convert

RGB204209202-
CMYK0.0200.030.18
HSL102.86º7.07%80.59%-
HSV(B)102.86º3.35%81.96%-
XYZ58.3662.764.9-
YUV206.71125.34126.07-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.17%
GREEN value IS 209 (82.03% from 255) = 33.98%
BLUE value IS 202 (79.30% from 255) = 32.85%
R=33.17%
G=33.98%
B=32.85%

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
Decimal2042092020.0200.030.18102.867.0780.59
HexCCD1CA2031267751
Octal314321312203221477121
Binary110011001101000111001010100111001011001111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD1CA; }

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

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

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

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

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

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

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

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