Html Css Color HEX #EBDEDB Ebb

📋 copy color: '#EBDEDB'

red 235 ◦ green 222 ◦ blue 219

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

Shades of Ebb #EBDEDB

Tints of Ebb #EBDEDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 32.4%

R = 34.76%
G = 32.84%
B = 32.4%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#EBDEDB (or 0xEBDEDB) is known color: Ebb. HEX triplet: EB, DE and DB. RGB value is (235,222,219). Sum of RGB (Red+Green+Blue) = 235+222+219=676 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.76% from 676); Green value is 222 (87.11% from 255 or 32.84% from 676); Blue value is 219 (85.94% from 255 or 32.40% from 676); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDEDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDEDB is #142124. Grayscale: #E1E1E1. Windows color (decimal): -1319205 or 14409451. OLE color: 14409451.

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

Color convert

RGB 235 222 219 -
CMYK 0 0.06 0.07 0.08
HSL 11.25º 0.29% 0.89% -
HSV(B) 11.25º 0.07% 0.92% -
XYZ 73.17 75.02 77.64 -
YUV 225.55 124.31 134.74 -
System Red Green Blue C M Y K H S L
Decimal 235 222 219 0 0.06 0.07 0.08 11.25 0.29 0.89
Hex EB DE DB 0 6 7 8 B 1D 59
Octal 353 336 333 0 6 7 10 13 35 131
Binary 11101011 11011110 11011011 0 110 111 1000 1011 11101 1011001

Color Harmonies of #EBDEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDEDB

Black with #EBDEDB

Text Example


Text Example

White with #EBDEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDEDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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