Html Css Color HEX #EBD3E3 Classic Rose

📋 copy color: '#EBD3E3'

red 235 ◦ green 211 ◦ blue 227

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

Shades of Classic Rose #EBD3E3

Tints of Classic Rose #EBD3E3

RGB

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

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

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

R = 34.92%
G = 31.35%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.03

 K value IS 0.08

RGB Variations

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

Color information

#EBD3E3 (or 0xEBD3E3) is known color: Classic Rose. HEX triplet: EB, D3 and E3. RGB value is (235,211,227). Sum of RGB (Red+Green+Blue) = 235+211+227=673 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.92% from 673); Green value is 211 (82.81% from 255 or 31.35% from 673); Blue value is 227 (89.06% from 255 or 33.73% from 673); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD3E3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD3E3 is #142C1C. Grayscale: #DBDBDB. Windows color (decimal): -1322013 or 14930923. OLE color: 14930923.

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

Color convert

RGB 235 211 227 -
CMYK 0 0.10 0.03 0.08
HSL 320º 0.38% 0.87% -
HSV(B) 320º 0.1% 0.92% -
XYZ 71.42 69.8 82.38 -
YUV 220 131.95 138.7 -
System Red Green Blue C M Y K H S L
Decimal 235 211 227 0 0.10 0.03 0.08 320 0.38 0.87
Hex EB D3 E3 0 A 3 8 140 26 57
Octal 353 323 343 0 12 3 10 500 46 127
Binary 11101011 11010011 11100011 0 1010 11 1000 101000000 100110 1010111

Color Harmonies of #EBD3E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBD3E3

Black with #EBD3E3

Text Example


Text Example

White with #EBD3E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBD3E3; }

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

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

background-color css

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

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

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

border-color css

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

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

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