Html Css Color HEX #EBD3E2 Classic Rose

📋 copy color: '#EBD3E2'

red 235 ◦ green 211 ◦ blue 226

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

Shades of Classic Rose #EBD3E2

Tints of Classic Rose #EBD3E2

RGB

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

 GREEN value IS 211 (82.81% from 255) = 31.4%

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

R = 34.97%
G = 31.4%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.04

 K value IS 0.08

RGB Variations

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

Color information

#EBD3E2 (or 0xEBD3E2) is known color: Classic Rose. HEX triplet: EB, D3 and E2. RGB value is (235,211,226). Sum of RGB (Red+Green+Blue) = 235+211+226=672 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.97% from 672); Green value is 211 (82.81% from 255 or 31.40% from 672); Blue value is 226 (88.67% from 255 or 33.63% from 672); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD3E2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD3E2 is #142C1D. Grayscale: #DBDBDB. Windows color (decimal): -1322014 or 14865387. OLE color: 14865387.

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

Color convert

RGB 235 211 226 -
CMYK 0 0.10 0.04 0.08
HSL 322.5º 0.38% 0.87% -
HSV(B) 322.5º 0.1% 0.92% -
XYZ 71.28 69.74 81.66 -
YUV 219.89 131.45 138.78 -
System Red Green Blue C M Y K H S L
Decimal 235 211 226 0 0.10 0.04 0.08 322.5 0.38 0.87
Hex EB D3 E2 0 A 4 8 142 26 57
Octal 353 323 342 0 12 4 10 502 46 127
Binary 11101011 11010011 11100010 0 1010 100 1000 101000010 100110 1010111

Color Harmonies of #EBD3E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBD3E2

Black with #EBD3E2

Text Example


Text Example

White with #EBD3E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBD3E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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