Html Css Color HEX #EBD8E2 Classic Rose

📋 copy color: '#EBD8E2'

red 235 ◦ green 216 ◦ blue 226

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

Shades of Classic Rose #EBD8E2

Tints of Classic Rose #EBD8E2

RGB

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

 GREEN value IS 216 (84.77% from 255) = 31.91%

 BLUE value IS 226 (88.67% from 255) = 33.38%

R = 34.71%
G = 31.91%
B = 33.38%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.04

 K value IS 0.08

RGB Variations

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

Color information

#EBD8E2 (or 0xEBD8E2) is known color: Classic Rose. HEX triplet: EB, D8 and E2. RGB value is (235,216,226). Sum of RGB (Red+Green+Blue) = 235+216+226=677 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.71% from 677); Green value is 216 (84.77% from 255 or 31.91% from 677); Blue value is 226 (88.67% from 255 or 33.38% from 677); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD8E2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD8E2 is #14271D. Grayscale: #DEDEDE. Windows color (decimal): -1320734 or 14866667. OLE color: 14866667.

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

Color convert

RGB 235 216 226 -
CMYK 0 0.08 0.04 0.08
HSL 328.42º 0.32% 0.88% -
HSV(B) 328.42º 0.08% 0.92% -
XYZ 72.54 72.26 82.08 -
YUV 222.82 129.79 136.69 -
System Red Green Blue C M Y K H S L
Decimal 235 216 226 0 0.08 0.04 0.08 328.42 0.32 0.88
Hex EB D8 E2 0 8 4 8 148 20 58
Octal 353 330 342 0 10 4 10 510 40 130
Binary 11101011 11011000 11100010 0 1000 100 1000 101001000 100000 1011000

Color Harmonies of #EBD8E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBD8E2

Black with #EBD8E2

Text Example


Text Example

White with #EBD8E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBD8E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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