Html Css Color HEX #CEBFB4 Pale Slate

📋 copy color: '#CEBFB4'

red 206 ◦ green 191 ◦ blue 180

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

Shades of Pale Slate #CEBFB4

Tints of Pale Slate #CEBFB4

RGB

 RED value IS 206 (80.86% from 255) = 35.7%

 GREEN value IS 191 (75% from 255) = 33.1%

 BLUE value IS 180 (70.7% from 255) = 31.2%

R = 35.7%
G = 33.1%
B = 31.2%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.13

 K value IS 0.19

RGB Variations

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

Color information

#CEBFB4 (or 0xCEBFB4) is known color: Pale Slate. HEX triplet: CE, BF and B4. RGB value is (206,191,180). Sum of RGB (Red+Green+Blue) = 206+191+180=577 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.70% from 577); Green value is 191 (75% from 255 or 33.10% from 577); Blue value is 180 (70.70% from 255 or 31.20% from 577); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBFB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBFB4 is #31404B. Grayscale: #C2C2C2. Windows color (decimal): -3227724 or 11845582. OLE color: 11845582.

HSL color Cylindrical-coordinate representation of color #CEBFB4: hue angle of 25.38º degrees, saturation: 0.21, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CEBFB4 is Cyan = 0, Magento = 0.07, Yellow = 0.13 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 191 180 -
CMYK 0 0.07 0.13 0.19
HSL 25.38º 0.21% 0.76% -
HSV(B) 25.38º 0.13% 0.81% -
XYZ 52.32 53.68 50.78 -
YUV 194.23 119.97 136.39 -
System Red Green Blue C M Y K H S L
Decimal 206 191 180 0 0.07 0.13 0.19 25.38 0.21 0.76
Hex CE BF B4 0 7 D 13 19 15 4C
Octal 316 277 264 0 7 15 23 31 25 114
Binary 11001110 10111111 10110100 0 111 1101 10011 11001 10101 1001100

Color Harmonies of #CEBFB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBFB4

Black with #CEBFB4

Text Example


Text Example

White with #CEBFB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBFB4; }

 p { color: rgb(206,191,180); }

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

background-color css

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

 a { background-color: rgb(206,191,180); }

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

border-color css

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

 span { border-color: rgb(206,191,180); }

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