Html Css Color HEX #CBBEB8 Pale Slate

📋 copy color: '#CBBEB8'

red 203 ◦ green 190 ◦ blue 184

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

Shades of Pale Slate #CBBEB8

Tints of Pale Slate #CBBEB8

RGB

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

 GREEN value IS 190 (74.61% from 255) = 32.93%

 BLUE value IS 184 (72.27% from 255) = 31.89%

R = 35.18%
G = 32.93%
B = 31.89%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.09

 K value IS 0.20

RGB Variations

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

Color information

#CBBEB8 (or 0xCBBEB8) is known color: Pale Slate. HEX triplet: CB, BE and B8. RGB value is (203,190,184). Sum of RGB (Red+Green+Blue) = 203+190+184=577 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.18% from 577); Green value is 190 (74.61% from 255 or 32.93% from 577); Blue value is 184 (72.27% from 255 or 31.89% from 577); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBEB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBEB8 is #344147. Grayscale: #C1C1C1. Windows color (decimal): -3424584 or 12107467. OLE color: 12107467.

HSL color Cylindrical-coordinate representation of color #CBBEB8: hue angle of 18.95º degrees, saturation: 0.15, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CBBEB8 is Cyan = 0, Magento = 0.06, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 190 184 -
CMYK 0 0.06 0.09 0.20
HSL 18.95º 0.15% 0.76% -
HSV(B) 18.95º 0.09% 0.8% -
XYZ 51.69 52.98 52.85 -
YUV 193.2 122.81 134.99 -
System Red Green Blue C M Y K H S L
Decimal 203 190 184 0 0.06 0.09 0.20 18.95 0.15 0.76
Hex CB BE B8 0 6 9 14 13 F 4C
Octal 313 276 270 0 6 11 24 23 17 114
Binary 11001011 10111110 10111000 0 110 1001 10100 10011 1111 1001100

Color Harmonies of #CBBEB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBBEB8

Black with #CBBEB8

Text Example


Text Example

White with #CBBEB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBBEB8; }

 p { color: rgb(203,190,184); }

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

background-color css

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

 a { background-color: rgb(203,190,184); }

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

border-color css

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

 span { border-color: rgb(203,190,184); }

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