Html Css Color HEX #EBD4E0 Classic Rose

📋 copy color: '#EBD4E0'

red 235 ◦ green 212 ◦ blue 224

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

Shades of Classic Rose #EBD4E0

Tints of Classic Rose #EBD4E0

RGB

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

 GREEN value IS 212 (83.2% from 255) = 31.59%

 BLUE value IS 224 (87.89% from 255) = 33.38%

R = 35.02%
G = 31.59%
B = 33.38%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.05

 K value IS 0.08

RGB Variations

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

Color information

#EBD4E0 (or 0xEBD4E0) is known color: Classic Rose. HEX triplet: EB, D4 and E0. RGB value is (235,212,224). Sum of RGB (Red+Green+Blue) = 235+212+224=671 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.02% from 671); Green value is 212 (83.20% from 255 or 31.59% from 671); Blue value is 224 (87.89% from 255 or 33.38% from 671); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD4E0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD4E0 is #142B1F. Grayscale: #DCDCDC. Windows color (decimal): -1321760 or 14734571. OLE color: 14734571.

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

Color convert

RGB 235 212 224 -
CMYK 0 0.10 0.05 0.08
HSL 328.7º 0.37% 0.88% -
HSV(B) 328.7º 0.1% 0.92% -
XYZ 71.26 70.13 80.3 -
YUV 220.25 130.12 138.52 -
System Red Green Blue C M Y K H S L
Decimal 235 212 224 0 0.10 0.05 0.08 328.7 0.37 0.88
Hex EB D4 E0 0 A 5 8 149 25 58
Octal 353 324 340 0 12 5 10 511 45 130
Binary 11101011 11010100 11100000 0 1010 101 1000 101001001 100101 1011000

Color Harmonies of #EBD4E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBD4E0

Black with #EBD4E0

Text Example


Text Example

White with #EBD4E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBD4E0; }

 p { color: rgb(235,212,224); }

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

background-color css

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

 a { background-color: rgb(235,212,224); }

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

border-color css

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

 span { border-color: rgb(235,212,224); }

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