Html Css Color HEX #CCD4CB Surf Crest

📋 copy color: '#CCD4CB'

red 204 ◦ green 212 ◦ blue 203

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

Shades of Surf Crest #CCD4CB

Tints of Surf Crest #CCD4CB

RGB

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

 GREEN value IS 212 (83.2% from 255) = 34.25%

 BLUE value IS 203 (79.69% from 255) = 32.79%

R = 32.96%
G = 34.25%
B = 32.79%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.04

 K value IS 0.17

RGB Variations

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

Color information

#CCD4CB (or 0xCCD4CB) is known color: Surf Crest. HEX triplet: CC, D4 and CB. RGB value is (204,212,203). Sum of RGB (Red+Green+Blue) = 204+212+203=619 (81% of max value = 765). Red value is 204 (80.08% from 255 or 32.96% from 619); Green value is 212 (83.20% from 255 or 34.25% from 619); Blue value is 203 (79.69% from 255 or 32.79% from 619); Max value from RGB is 212 - color contains mainly: green. Hex color #CCD4CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD4CB is #332B34. Grayscale: #D0D0D0. Windows color (decimal): -3353397 or 13358284. OLE color: 13358284.

HSL color Cylindrical-coordinate representation of color #CCD4CB: hue angle of 113.33º 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 #CCD4CB is Cyan = 0.04, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.17.

Color convert

RGB 204 212 203 -
CMYK 0.04 0 0.04 0.17
HSL 113.33º 0.09% 0.81% -
HSV(B) 113.33º 0.04% 0.83% -
XYZ 59.22 64.24 65.78 -
YUV 208.58 124.85 124.73 -
System Red Green Blue C M Y K H S L
Decimal 204 212 203 0.04 0 0.04 0.17 113.33 0.09 0.81
Hex CC D4 CB 4 0 4 11 71 9 51
Octal 314 324 313 4 0 4 21 161 11 121
Binary 11001100 11010100 11001011 100 0 100 10001 1110001 1001 1010001

Color Harmonies of #CCD4CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD4CB

Black with #CCD4CB

Text Example


Text Example

White with #CCD4CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD4CB; }

 p { color: rgb(204,212,203); }

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

background-color css

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

 a { background-color: rgb(204,212,203); }

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

border-color css

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

 span { border-color: rgb(204,212,203); }

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