#CCD3CA

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

Shades of Surf Crest #CCD3CA

Tints of Surf Crest #CCD3CA

Color information

#CCD3CA (or 0xCCD3CA) is unknown color: approx Surf Crest. HEX triplet: CC, D3 and CA. RGB value is (204,211,202). Sum of RGB (Red+Green+Blue) = 204+211+202=617 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.06% from 617); Green value is 211 (82.81% from 255 or 34.20% from 617); Blue value is 202 (79.30% from 255 or 32.74% from 617); Max value from RGB is 211 - color contains mainly: green. Hex color #CCD3CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD3CA is #332C35. Grayscale: #CFCFCF. Windows color (decimal): -3353654 or 13292492. OLE color: 13292492.

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

Color convert

RGB204211202-
CMYK0.0300.040.17
HSL106.67º9.28%80.98%-
HSV(B)106.67º4.27%82.75%-
XYZ58.8663.6965.07-
YUV207.88124.68125.23-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.06%
GREEN value IS 211 (82.81% from 255) = 34.20%
BLUE value IS 202 (79.30% from 255) = 32.74%
R=33.06%
G=34.20%
B=32.74%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2042112020.0300.040.17106.679.2880.98
HexCCD3CA304116b951
Octal3143233123042115311121
Binary11001100110100111100101011010010001110101110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD3CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD3CA; }

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

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

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

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

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

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

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

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