Html Css Color HEX #EBD1E3 Classic Rose

📋 copy color: '#EBD1E3'

red 235 ◦ green 209 ◦ blue 227

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

Shades of Classic Rose #EBD1E3

Tints of Classic Rose #EBD1E3

RGB

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

 GREEN value IS 209 (82.03% from 255) = 31.15%

 BLUE value IS 227 (89.06% from 255) = 33.83%

R = 35.02%
G = 31.15%
B = 33.83%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.03

 K value IS 0.08

RGB Variations

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

Color information

#EBD1E3 (or 0xEBD1E3) is known color: Classic Rose. HEX triplet: EB, D1 and E3. RGB value is (235,209,227). Sum of RGB (Red+Green+Blue) = 235+209+227=671 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.02% from 671); Green value is 209 (82.03% from 255 or 31.15% from 671); Blue value is 227 (89.06% from 255 or 33.83% from 671); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD1E3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD1E3 is #142E1C. Grayscale: #DADADA. Windows color (decimal): -1322525 or 14930411. OLE color: 14930411.

HSL color Cylindrical-coordinate representation of color #EBD1E3: hue angle of 318.46º degrees, saturation: 0.39, 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 #EBD1E3 is Cyan = 0, Magento = 0.11, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 209 227 -
CMYK 0 0.11 0.03 0.08
HSL 318.46º 0.39% 0.87% -
HSV(B) 318.46º 0.11% 0.92% -
XYZ 70.93 68.81 82.22 -
YUV 218.83 132.61 139.54 -
System Red Green Blue C M Y K H S L
Decimal 235 209 227 0 0.11 0.03 0.08 318.46 0.39 0.87
Hex EB D1 E3 0 B 3 8 13E 27 57
Octal 353 321 343 0 13 3 10 476 47 127
Binary 11101011 11010001 11100011 0 1011 11 1000 100111110 100111 1010111

Color Harmonies of #EBD1E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBD1E3

Black with #EBD1E3

Text Example


Text Example

White with #EBD1E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBD1E3; }

 p { color: rgb(235,209,227); }

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

background-color css

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

 a { background-color: rgb(235,209,227); }

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

border-color css

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

 span { border-color: rgb(235,209,227); }

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