Html Css Color HEX #CBBDB5 Pale Slate

📋 copy color: '#CBBDB5'

red 203 ◦ green 189 ◦ blue 181

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

Shades of Pale Slate #CBBDB5

Tints of Pale Slate #CBBDB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 31.59%

R = 35.43%
G = 32.98%
B = 31.59%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.11

 K value IS 0.20

RGB Variations

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

Color information

#CBBDB5 (or 0xCBBDB5) is known color: Pale Slate. HEX triplet: CB, BD and B5. RGB value is (203,189,181). Sum of RGB (Red+Green+Blue) = 203+189+181=573 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.43% from 573); Green value is 189 (74.22% from 255 or 32.98% from 573); Blue value is 181 (71.09% from 255 or 31.59% from 573); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBDB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBDB5 is #34424A. Grayscale: #C0C0C0. Windows color (decimal): -3424843 or 11910603. OLE color: 11910603.

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

Color convert

RGB 203 189 181 -
CMYK 0 0.07 0.11 0.20
HSL 21.82º 0.17% 0.75% -
HSV(B) 21.82º 0.11% 0.8% -
XYZ 51.17 52.43 51.14 -
YUV 192.27 121.64 135.65 -
System Red Green Blue C M Y K H S L
Decimal 203 189 181 0 0.07 0.11 0.20 21.82 0.17 0.75
Hex CB BD B5 0 7 B 14 16 11 4B
Octal 313 275 265 0 7 13 24 26 21 113
Binary 11001011 10111101 10110101 0 111 1011 10100 10110 10001 1001011

Color Harmonies of #CBBDB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBBDB5

Black with #CBBDB5

Text Example


Text Example

White with #CBBDB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBBDB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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