#EBD4DF

Color #EBD4DF Classic Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Classic Rose #EBD4DF

Tints of Classic Rose #EBD4DF

Color information

#EBD4DF (or 0xEBD4DF) is unknown color: approx 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

RGB235212223-
CMYK00.100.050.08
HSL331.3º36.51%87.65%-
HSV(B)331.3º9.79%92.16%-
XYZ71.1270.0879.59-
YUV220.13129.62138.61-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.07%
GREEN value IS 212 (83.20% 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 (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521222300.100.050.08331.336.5187.65
HexEBD4DF0A5814b2558
Octal35332433701251051345130
Binary1110101111010100110111110101010110001010010111001011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD4DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>