Html Css Color HEX #CCC2BD Pale Slate

📋 copy color: '#CCC2BD'

red 204 ◦ green 194 ◦ blue 189

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

Shades of Pale Slate #CCC2BD

Tints of Pale Slate #CCC2BD

RGB

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

 GREEN value IS 194 (76.17% from 255) = 33.05%

 BLUE value IS 189 (74.22% from 255) = 32.2%

R = 34.75%
G = 33.05%
B = 32.2%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.07

 K value IS 0.2

RGB Variations

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

Color information

#CCC2BD (or 0xCCC2BD) is known color: Pale Slate. HEX triplet: CC, C2 and BD. RGB value is (204,194,189). Sum of RGB (Red+Green+Blue) = 204+194+189=587 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.75% from 587); Green value is 194 (76.17% from 255 or 33.05% from 587); Blue value is 189 (74.22% from 255 or 32.20% from 587); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC2BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC2BD is #333D42. Grayscale: #C4C4C4. Windows color (decimal): -3358019 or 12436172. OLE color: 12436172.

HSL color Cylindrical-coordinate representation of color #CCC2BD: hue angle of 20º degrees, saturation: 0.13, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CCC2BD is Cyan = 0, Magento = 0.05, Yellow = 0.07 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 194 189 -
CMYK 0 0.05 0.07 0.2
HSL 20º 0.13% 0.77% -
HSV(B) 20º 0.07% 0.8% -
XYZ 53.38 55.1 55.97 -
YUV 196.42 123.81 133.41 -
System Red Green Blue C M Y K H S L
Decimal 204 194 189 0 0.05 0.07 0.2 20 0.13 0.77
Hex CC C2 BD 0 5 7 14 14 D 4D
Octal 314 302 275 0 5 7 24 24 15 115
Binary 11001100 11000010 10111101 0 101 111 10100 10100 1101 1001101

Color Harmonies of #CCC2BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC2BD

Black with #CCC2BD

Text Example


Text Example

White with #CCC2BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC2BD; }

 p { color: rgb(204,194,189); }

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

background-color css

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

 a { background-color: rgb(204,194,189); }

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

border-color css

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

 span { border-color: rgb(204,194,189); }

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