Html Css Color HEX #EBE2DC Fantasy

📋 copy color: '#EBE2DC'

red 235 ◦ green 226 ◦ blue 220

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

Shades of Fantasy #EBE2DC

Tints of Fantasy #EBE2DC

RGB

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

 GREEN value IS 226 (88.67% from 255) = 33.19%

 BLUE value IS 220 (86.33% from 255) = 32.31%

R = 34.51%
G = 33.19%
B = 32.31%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#EBE2DC (or 0xEBE2DC) is known color: Fantasy. HEX triplet: EB, E2 and DC. RGB value is (235,226,220). Sum of RGB (Red+Green+Blue) = 235+226+220=681 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.51% from 681); Green value is 226 (88.67% from 255 or 33.19% from 681); Blue value is 220 (86.33% from 255 or 32.31% from 681); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE2DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBE2DC is #141D23. Grayscale: #E4E4E4. Windows color (decimal): -1318180 or 14476011. OLE color: 14476011.

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

Color convert

RGB 235 226 220 -
CMYK 0 0.04 0.06 0.08
HSL 24º 0.27% 0.89% -
HSV(B) 24º 0.06% 0.92% -
XYZ 74.38 77.22 78.7 -
YUV 228.01 123.48 132.99 -
System Red Green Blue C M Y K H S L
Decimal 235 226 220 0 0.04 0.06 0.08 24 0.27 0.89
Hex EB E2 DC 0 4 6 8 18 1B 59
Octal 353 342 334 0 4 6 10 30 33 131
Binary 11101011 11100010 11011100 0 100 110 1000 11000 11011 1011001

Color Harmonies of #EBE2DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE2DC

Black with #EBE2DC

Text Example


Text Example

White with #EBE2DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE2DC; }

 p { color: rgb(235,226,220); }

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

background-color css

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

 a { background-color: rgb(235,226,220); }

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

border-color css

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

 span { border-color: rgb(235,226,220); }

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