Html Css Color HEX #CCD2CA Surf Crest

📋 copy color: '#CCD2CA'

red 204 ◦ green 210 ◦ blue 202

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

Shades of Surf Crest #CCD2CA

Tints of Surf Crest #CCD2CA

RGB

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

 GREEN value IS 210 (82.42% from 255) = 34.09%

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

R = 33.12%
G = 34.09%
B = 32.79%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.04

 K value IS 0.18

RGB Variations

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

Color information

#CCD2CA (or 0xCCD2CA) is known color: Surf Crest. HEX triplet: CC, D2 and CA. RGB value is (204,210,202). Sum of RGB (Red+Green+Blue) = 204+210+202=616 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.12% from 616); Green value is 210 (82.42% from 255 or 34.09% from 616); Blue value is 202 (79.30% from 255 or 32.79% from 616); Max value from RGB is 210 - color contains mainly: green. Hex color #CCD2CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD2CA is #332D35. Grayscale: #CFCFCF. Windows color (decimal): -3353910 or 13292236. OLE color: 13292236.

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

Color convert

RGB 204 210 202 -
CMYK 0.03 0 0.04 0.18
HSL 105º 0.08% 0.81% -
HSV(B) 105º 0.04% 0.82% -
XYZ 58.61 63.19 64.99 -
YUV 207.29 125.01 125.65 -
System Red Green Blue C M Y K H S L
Decimal 204 210 202 0.03 0 0.04 0.18 105 0.08 0.81
Hex CC D2 CA 3 0 4 12 69 8 51
Octal 314 322 312 3 0 4 22 151 10 121
Binary 11001100 11010010 11001010 11 0 100 10010 1101001 1000 1010001

Color Harmonies of #CCD2CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD2CA

Black with #CCD2CA

Text Example


Text Example

White with #CCD2CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD2CA; }

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

 H1.HeaderClassName
 {
   color: #CCD2CA;
 }
 .AnyTagClassName
 {
   color: #CCD2CA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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