Html Css Color HEX #CCD5CB Surf Crest

📋 copy color: '#CCD5CB'

red 204 ◦ green 213 ◦ blue 203

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

Shades of Surf Crest #CCD5CB

Tints of Surf Crest #CCD5CB

RGB

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

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

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

R = 32.9%
G = 34.35%
B = 32.74%

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

#CCD5CB (or 0xCCD5CB) is known color: Surf Crest. HEX triplet: CC, D5 and CB. RGB value is (204,213,203). Sum of RGB (Red+Green+Blue) = 204+213+203=620 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.90% from 620); Green value is 213 (83.59% from 255 or 34.35% from 620); Blue value is 203 (79.69% from 255 or 32.74% from 620); Max value from RGB is 213 - color contains mainly: green. Hex color #CCD5CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD5CB is #332A34. Grayscale: #D1D1D1. Windows color (decimal): -3353141 or 13358540. OLE color: 13358540.

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

Color convert

RGB 204 213 203 -
CMYK 0.04 0 0.05 0.16
HSL 114º 0.11% 0.82% -
HSV(B) 114º 0.05% 0.84% -
XYZ 59.48 64.74 65.86 -
YUV 209.17 124.52 124.31 -
System Red Green Blue C M Y K H S L
Decimal 204 213 203 0.04 0 0.05 0.16 114 0.11 0.82
Hex CC D5 CB 4 0 5 10 72 B 52
Octal 314 325 313 4 0 5 20 162 13 122
Binary 11001100 11010101 11001011 100 0 101 10000 1110010 1011 1010010

Color Harmonies of #CCD5CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD5CB

Black with #CCD5CB

Text Example


Text Example

White with #CCD5CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD5CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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