Html Css Color HEX #EBD6E4 Classic Rose

📋 copy color: '#EBD6E4'

red 235 ◦ green 214 ◦ blue 228

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

Shades of Classic Rose #EBD6E4

Tints of Classic Rose #EBD6E4

RGB

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

 GREEN value IS 214 (83.98% from 255) = 31.61%

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

R = 34.71%
G = 31.61%
B = 33.68%

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

#EBD6E4 (or 0xEBD6E4) is known color: Classic Rose. HEX triplet: EB, D6 and E4. RGB value is (235,214,228). Sum of RGB (Red+Green+Blue) = 235+214+228=677 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.71% from 677); Green value is 214 (83.98% from 255 or 31.61% from 677); Blue value is 228 (89.45% from 255 or 33.68% from 677); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD6E4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD6E4 is #14291B. Grayscale: #DDDDDD. Windows color (decimal): -1321244 or 14997227. OLE color: 14997227.

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

Color convert

RGB 235 214 228 -
CMYK 0 0.09 0.03 0.08
HSL 320º 0.34% 0.88% -
HSV(B) 320º 0.09% 0.92% -
XYZ 72.31 71.36 83.36 -
YUV 221.88 131.46 137.36 -
System Red Green Blue C M Y K H S L
Decimal 235 214 228 0 0.09 0.03 0.08 320 0.34 0.88
Hex EB D6 E4 0 9 3 8 140 22 58
Octal 353 326 344 0 11 3 10 500 42 130
Binary 11101011 11010110 11100100 0 1001 11 1000 101000000 100010 1011000

Color Harmonies of #EBD6E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBD6E4

Black with #EBD6E4

Text Example


Text Example

White with #EBD6E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBD6E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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