Html Css Color HEX #CCD9CA Surf Crest

📋 copy color: '#CCD9CA'

red 204 ◦ green 217 ◦ blue 202

#CCD9CA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Surf Crest #CCD9CA

Tints of Surf Crest #CCD9CA

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.3% from 255) = 32.42%

R = 32.74%
G = 34.83%
B = 32.42%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#CCD9CA (or 0xCCD9CA) is known color: 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

RGB 204 217 202 -
CMYK 0.06 0 0.07 0.15
HSL 112º 0.16% 0.82% -
HSV(B) 112º 0.07% 0.85% -
XYZ 60.38 66.73 65.57 -
YUV 211.4 122.69 122.72 -
System Red Green Blue C M Y K H S L
Decimal 204 217 202 0.06 0 0.07 0.15 112 0.16 0.82
Hex CC D9 CA 6 0 7 F 70 10 52
Octal 314 331 312 6 0 7 17 160 20 122
Binary 11001100 11011001 11001010 110 0 111 1111 1110000 10000 1010010

Color Harmonies of #CCD9CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD9CA

Black with #CCD9CA

Text Example


Text Example

White with #CCD9CA

Text Example


Text Example

HTML Codes & Css Web 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>