Html Css Color HEX #CCD5CA Surf Crest

📋 copy color: '#CCD5CA'

red 204 ◦ green 213 ◦ blue 202

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

Shades of Surf Crest #CCD5CA

Tints of Surf Crest #CCD5CA

RGB

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

 GREEN value IS 213 (83.59% from 255) = 34.41%

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

R = 32.96%
G = 34.41%
B = 32.63%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#CCD5CA (or 0xCCD5CA) is known color: Surf Crest. HEX triplet: CC, D5 and CA. RGB value is (204,213,202). Sum of RGB (Red+Green+Blue) = 204+213+202=619 (81% of max value = 765). Red value is 204 (80.08% from 255 or 32.96% from 619); Green value is 213 (83.59% from 255 or 34.41% from 619); Blue value is 202 (79.30% from 255 or 32.63% from 619); Max value from RGB is 213 - color contains mainly: green. Hex color #CCD5CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD5CA is #332A35. Grayscale: #D1D1D1. Windows color (decimal): -3353142 or 13293004. OLE color: 13293004.

HSL color Cylindrical-coordinate representation of color #CCD5CA: hue angle of 109.09º degrees, saturation: 0.12, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #CCD5CA is Cyan = 0.04, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB 204 213 202 -
CMYK 0.04 0 0.05 0.16
HSL 109.09º 0.12% 0.81% -
HSV(B) 109.09º 0.05% 0.84% -
XYZ 59.36 64.69 65.24 -
YUV 209.06 124.02 124.39 -
System Red Green Blue C M Y K H S L
Decimal 204 213 202 0.04 0 0.05 0.16 109.09 0.12 0.81
Hex CC D5 CA 4 0 5 10 6D C 51
Octal 314 325 312 4 0 5 20 155 14 121
Binary 11001100 11010101 11001010 100 0 101 10000 1101101 1100 1010001

Color Harmonies of #CCD5CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD5CA

Black with #CCD5CA

Text Example


Text Example

White with #CCD5CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD5CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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