Html Css Color HEX #CCD3CA Surf Crest

📋 copy color: '#CCD3CA'

red 204 ◦ green 211 ◦ blue 202

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

Shades of Surf Crest #CCD3CA

Tints of Surf Crest #CCD3CA

RGB

 RED value IS 204 (80.08% from 255) = 33.06%

 GREEN value IS 211 (82.81% from 255) = 34.2%

 BLUE value IS 202 (79.3% from 255) = 32.74%

R = 33.06%
G = 34.2%
B = 32.74%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.04

 K value IS 0.17

RGB Variations

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

Color information

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

RGB 204 211 202 -
CMYK 0.03 0 0.04 0.17
HSL 106.67º 0.09% 0.81% -
HSV(B) 106.67º 0.04% 0.83% -
XYZ 58.86 63.69 65.07 -
YUV 207.88 124.68 125.23 -
System Red Green Blue C M Y K H S L
Decimal 204 211 202 0.03 0 0.04 0.17 106.67 0.09 0.81
Hex CC D3 CA 3 0 4 11 6B 9 51
Octal 314 323 312 3 0 4 21 153 11 121
Binary 11001100 11010011 11001010 11 0 100 10001 1101011 1001 1010001

Color Harmonies of #CCD3CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD3CA

Black with #CCD3CA

Text Example


Text Example

White with #CCD3CA

Text Example


Text Example

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