Html Css Color HEX #CCC1BD Pale Slate

📋 copy color: '#CCC1BD'

red 204 ◦ green 193 ◦ blue 189

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

Shades of Pale Slate #CCC1BD

Tints of Pale Slate #CCC1BD

RGB

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

 GREEN value IS 193 (75.78% from 255) = 32.94%

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

R = 34.81%
G = 32.94%
B = 32.25%

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

#CCC1BD (or 0xCCC1BD) is known color: Pale Slate. HEX triplet: CC, C1 and BD. RGB value is (204,193,189). Sum of RGB (Red+Green+Blue) = 204+193+189=586 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.81% from 586); Green value is 193 (75.78% from 255 or 32.94% from 586); Blue value is 189 (74.22% from 255 or 32.25% from 586); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC1BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC1BD is #333E42. Grayscale: #C3C3C3. Windows color (decimal): -3358275 or 12435916. OLE color: 12435916.

HSL color Cylindrical-coordinate representation of color #CCC1BD: hue angle of 16º 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 #CCC1BD is Cyan = 0, Magento = 0.05, Yellow = 0.07 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 193 189 -
CMYK 0 0.05 0.07 0.2
HSL 16º 0.13% 0.77% -
HSV(B) 16º 0.07% 0.8% -
XYZ 53.16 54.65 55.89 -
YUV 195.83 124.14 133.83 -
System Red Green Blue C M Y K H S L
Decimal 204 193 189 0 0.05 0.07 0.2 16 0.13 0.77
Hex CC C1 BD 0 5 7 14 10 D 4D
Octal 314 301 275 0 5 7 24 20 15 115
Binary 11001100 11000001 10111101 0 101 111 10100 10000 1101 1001101

Color Harmonies of #CCC1BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC1BD

Black with #CCC1BD

Text Example


Text Example

White with #CCC1BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC1BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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