Html Css Color HEX #EBD5E4 Classic Rose

📋 copy color: '#EBD5E4'

red 235 ◦ green 213 ◦ blue 228

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

Shades of Classic Rose #EBD5E4

Tints of Classic Rose #EBD5E4

RGB

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

 GREEN value IS 213 (83.59% from 255) = 31.51%

 BLUE value IS 228 (89.45% from 255) = 33.73%

R = 34.76%
G = 31.51%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.03

 K value IS 0.08

RGB Variations

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

Color information

#EBD5E4 (or 0xEBD5E4) is known color: Classic Rose. HEX triplet: EB, D5 and E4. RGB value is (235,213,228). Sum of RGB (Red+Green+Blue) = 235+213+228=676 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.76% from 676); Green value is 213 (83.59% from 255 or 31.51% from 676); Blue value is 228 (89.45% from 255 or 33.73% from 676); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD5E4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD5E4 is #142A1B. Grayscale: #DDDDDD. Windows color (decimal): -1321500 or 14996971. OLE color: 14996971.

HSL color Cylindrical-coordinate representation of color #EBD5E4: hue angle of 319.09º degrees, saturation: 0.35, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EBD5E4 is Cyan = 0, Magento = 0.09, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 213 228 -
CMYK 0 0.09 0.03 0.08
HSL 319.09º 0.35% 0.88% -
HSV(B) 319.09º 0.09% 0.92% -
XYZ 72.06 70.85 83.28 -
YUV 221.29 131.79 137.78 -
System Red Green Blue C M Y K H S L
Decimal 235 213 228 0 0.09 0.03 0.08 319.09 0.35 0.88
Hex EB D5 E4 0 9 3 8 13F 23 58
Octal 353 325 344 0 11 3 10 477 43 130
Binary 11101011 11010101 11100100 0 1001 11 1000 100111111 100011 1011000

Color Harmonies of #EBD5E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBD5E4

Black with #EBD5E4

Text Example


Text Example

White with #EBD5E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBD5E4; }

 p { color: rgb(235,213,228); }

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

background-color css

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

 a { background-color: rgb(235,213,228); }

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

border-color css

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

 span { border-color: rgb(235,213,228); }

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