Html Css Color HEX #EBD2E1 Classic Rose

📋 copy color: '#EBD2E1'

red 235 ◦ green 210 ◦ blue 225

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

Shades of Classic Rose #EBD2E1

Tints of Classic Rose #EBD2E1

RGB

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

 GREEN value IS 210 (82.42% from 255) = 31.34%

 BLUE value IS 225 (88.28% from 255) = 33.58%

R = 35.07%
G = 31.34%
B = 33.58%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.04

 K value IS 0.08

RGB Variations

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

Color information

#EBD2E1 (or 0xEBD2E1) is known color: Classic Rose. HEX triplet: EB, D2 and E1. RGB value is (235,210,225). Sum of RGB (Red+Green+Blue) = 235+210+225=670 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.07% from 670); Green value is 210 (82.42% from 255 or 31.34% from 670); Blue value is 225 (88.28% from 255 or 33.58% from 670); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD2E1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD2E1 is #142D1E. Grayscale: #DBDBDB. Windows color (decimal): -1322271 or 14799595. OLE color: 14799595.

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

Color convert

RGB 235 210 225 -
CMYK 0 0.11 0.04 0.08
HSL 324º 0.38% 0.87% -
HSV(B) 324º 0.11% 0.92% -
XYZ 70.9 69.19 80.85 -
YUV 219.19 131.28 139.28 -
System Red Green Blue C M Y K H S L
Decimal 235 210 225 0 0.11 0.04 0.08 324 0.38 0.87
Hex EB D2 E1 0 B 4 8 144 26 57
Octal 353 322 341 0 13 4 10 504 46 127
Binary 11101011 11010010 11100001 0 1011 100 1000 101000100 100110 1010111

Color Harmonies of #EBD2E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBD2E1

Black with #EBD2E1

Text Example


Text Example

White with #EBD2E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBD2E1; }

 p { color: rgb(235,210,225); }

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

background-color css

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

 a { background-color: rgb(235,210,225); }

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

border-color css

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

 span { border-color: rgb(235,210,225); }

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