#CCD9CA

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

Shades of Surf Crest #CCD9CA

Tints of Surf Crest #CCD9CA

Color information

#CCD9CA (or 0xCCD9CA) is unknown color: approx Surf Crest. HEX triplet: CC, D9 and CA. RGB value is (204,217,202). Sum of RGB (Red+Green+Blue) = 204+217+202=623 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.74% from 623); Green value is 217 (85.16% from 255 or 34.83% from 623); Blue value is 202 (79.30% from 255 or 32.42% from 623); Max value from RGB is 217 - color contains mainly: green. Hex color #CCD9CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD9CA is #332635. Grayscale: #D3D3D3. Windows color (decimal): -3352118 or 13294028. OLE color: 13294028.

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

Color convert

RGB204217202-
CMYK0.0600.070.15
HSL112º16.48%82.16%-
HSV(B)112º6.91%85.1%-
XYZ60.3866.7365.57-
YUV211.4122.69122.72-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.74%
GREEN value IS 217 (85.16% from 255) = 34.83%
BLUE value IS 202 (79.30% from 255) = 32.42%
R=32.74%
G=34.83%
B=32.42%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2042172020.0600.070.1511216.4882.16
HexCCD9CA607F701052
Octal3143313126071716020122
Binary110011001101100111001010110011111111110000100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD9CA; }

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

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

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

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

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

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

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

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