Html Css Color HEX #EBD4DF Classic Rose

📋 copy color: '#EBD4DF'

red 235 ◦ green 212 ◦ blue 223

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

Shades of Classic Rose #EBD4DF

Tints of Classic Rose #EBD4DF

RGB

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

 GREEN value IS 212 (83.2% from 255) = 31.64%

 BLUE value IS 223 (87.5% from 255) = 33.28%

R = 35.07%
G = 31.64%
B = 33.28%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.05

 K value IS 0.08

RGB Variations

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

Color information

#EBD4DF (or 0xEBD4DF) is known color: Classic Rose. HEX triplet: EB, D4 and DF. RGB value is (235,212,223). Sum of RGB (Red+Green+Blue) = 235+212+223=670 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.07% from 670); Green value is 212 (83.20% from 255 or 31.64% from 670); Blue value is 223 (87.5% from 255 or 33.28% from 670); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD4DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD4DF is #142B20. Grayscale: #DCDCDC. Windows color (decimal): -1321761 or 14669035. OLE color: 14669035.

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

Color convert

RGB 235 212 223 -
CMYK 0 0.10 0.05 0.08
HSL 331.3º 0.37% 0.88% -
HSV(B) 331.3º 0.1% 0.92% -
XYZ 71.12 70.08 79.59 -
YUV 220.13 129.62 138.61 -
System Red Green Blue C M Y K H S L
Decimal 235 212 223 0 0.10 0.05 0.08 331.3 0.37 0.88
Hex EB D4 DF 0 A 5 8 14B 25 58
Octal 353 324 337 0 12 5 10 513 45 130
Binary 11101011 11010100 11011111 0 1010 101 1000 101001011 100101 1011000

Color Harmonies of #EBD4DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBD4DF

Black with #EBD4DF

Text Example


Text Example

White with #EBD4DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBD4DF; }

 p { color: rgb(235,212,223); }

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

background-color css

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

 a { background-color: rgb(235,212,223); }

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

border-color css

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

 span { border-color: rgb(235,212,223); }

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