Html Css Color HEX #EBDDD9 Ebb

📋 copy color: '#EBDDD9'

red 235 ◦ green 221 ◦ blue 217

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

Shades of Ebb #EBDDD9

Tints of Ebb #EBDDD9

RGB

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

 GREEN value IS 221 (86.72% from 255) = 32.84%

 BLUE value IS 217 (85.16% from 255) = 32.24%

R = 34.92%
G = 32.84%
B = 32.24%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.08

 K value IS 0.08

RGB Variations

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

Color information

#EBDDD9 (or 0xEBDDD9) is known color: Ebb. HEX triplet: EB, DD and D9. RGB value is (235,221,217). Sum of RGB (Red+Green+Blue) = 235+221+217=673 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.92% from 673); Green value is 221 (86.72% from 255 or 32.84% from 673); Blue value is 217 (85.16% from 255 or 32.24% from 673); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDDD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDDD9 is #142226. Grayscale: #E0E0E0. Windows color (decimal): -1319463 or 14278123. OLE color: 14278123.

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

Color convert

RGB 235 221 217 -
CMYK 0 0.06 0.08 0.08
HSL 13.33º 0.31% 0.89% -
HSV(B) 13.33º 0.08% 0.92% -
XYZ 72.64 74.38 76.17 -
YUV 224.73 123.64 135.33 -
System Red Green Blue C M Y K H S L
Decimal 235 221 217 0 0.06 0.08 0.08 13.33 0.31 0.89
Hex EB DD D9 0 6 8 8 D 1F 59
Octal 353 335 331 0 6 10 10 15 37 131
Binary 11101011 11011101 11011001 0 110 1000 1000 1101 11111 1011001

Color Harmonies of #EBDDD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDDD9

Black with #EBDDD9

Text Example


Text Example

White with #EBDDD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDDD9; }

 p { color: rgb(235,221,217); }

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

background-color css

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

 a { background-color: rgb(235,221,217); }

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

border-color css

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

 span { border-color: rgb(235,221,217); }

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