Html Css Color HEX #CBBDB1 Pale Slate

📋 copy color: '#CBBDB1'

red 203 ◦ green 189 ◦ blue 177

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

Shades of Pale Slate #CBBDB1

Tints of Pale Slate #CBBDB1

RGB

 RED value IS 203 (79.69% from 255) = 35.68%

 GREEN value IS 189 (74.22% from 255) = 33.22%

 BLUE value IS 177 (69.53% from 255) = 31.11%

R = 35.68%
G = 33.22%
B = 31.11%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.13

 K value IS 0.20

RGB Variations

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

Color information

#CBBDB1 (or 0xCBBDB1) is known color: Pale Slate. HEX triplet: CB, BD and B1. RGB value is (203,189,177). Sum of RGB (Red+Green+Blue) = 203+189+177=569 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.68% from 569); Green value is 189 (74.22% from 255 or 33.22% from 569); Blue value is 177 (69.53% from 255 or 31.11% from 569); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBDB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBBDB1 is #34424E. Grayscale: #BFBFBF. Windows color (decimal): -3424847 or 11648459. OLE color: 11648459.

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

Color convert

RGB 203 189 177 -
CMYK 0 0.07 0.13 0.20
HSL 27.69º 0.2% 0.75% -
HSV(B) 27.69º 0.13% 0.8% -
XYZ 50.76 52.27 49.01 -
YUV 191.82 119.64 135.98 -
System Red Green Blue C M Y K H S L
Decimal 203 189 177 0 0.07 0.13 0.20 27.69 0.2 0.75
Hex CB BD B1 0 7 D 14 1C 14 4B
Octal 313 275 261 0 7 15 24 34 24 113
Binary 11001011 10111101 10110001 0 111 1101 10100 11100 10100 1001011

Color Harmonies of #CBBDB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBBDB1

Black with #CBBDB1

Text Example


Text Example

White with #CBBDB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBBDB1; }

 p { color: rgb(203,189,177); }

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

background-color css

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

 a { background-color: rgb(203,189,177); }

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

border-color css

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

 span { border-color: rgb(203,189,177); }

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