Html Css Color HEX #EBDECB Bleach White

📋 copy color: '#EBDECB'

red 235 ◦ green 222 ◦ blue 203

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

Shades of Bleach White #EBDECB

Tints of Bleach White #EBDECB

RGB

 RED value IS 235 (92.19% from 255) = 35.61%

 GREEN value IS 222 (87.11% from 255) = 33.64%

 BLUE value IS 203 (79.69% from 255) = 30.76%

R = 35.61%
G = 33.64%
B = 30.76%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.14

 K value IS 0.08

RGB Variations

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

Color information

#EBDECB (or 0xEBDECB) is known color: Bleach White. HEX triplet: EB, DE and CB. RGB value is (235,222,203). Sum of RGB (Red+Green+Blue) = 235+222+203=660 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.61% from 660); Green value is 222 (87.11% from 255 or 33.64% from 660); Blue value is 203 (79.69% from 255 or 30.76% from 660); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDECB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDECB is #142134. Grayscale: #DFDFDF. Windows color (decimal): -1319221 or 13360875. OLE color: 13360875.

HSL color Cylindrical-coordinate representation of color #EBDECB: hue angle of 35.62º degrees, saturation: 0.44, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EBDECB is Cyan = 0, Magento = 0.06, Yellow = 0.14 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 222 203 -
CMYK 0 0.06 0.14 0.08
HSL 35.63º 0.44% 0.86% -
HSV(B) 35.63º 0.14% 0.92% -
XYZ 71.16 74.22 67.07 -
YUV 223.72 116.31 136.04 -
System Red Green Blue C M Y K H S L
Decimal 235 222 203 0 0.06 0.14 0.08 35.63 0.44 0.86
Hex EB DE CB 0 6 E 8 24 2C 56
Octal 353 336 313 0 6 16 10 44 54 126
Binary 11101011 11011110 11001011 0 110 1110 1000 100100 101100 1010110

Color Harmonies of #EBDECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDECB

Black with #EBDECB

Text Example


Text Example

White with #EBDECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDECB; }

 p { color: rgb(235,222,203); }

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

background-color css

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

 a { background-color: rgb(235,222,203); }

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

border-color css

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

 span { border-color: rgb(235,222,203); }

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