#EBD2DF

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

Shades of Classic Rose #EBD2DF

Tints of Classic Rose #EBD2DF

Color information

#EBD2DF (or 0xEBD2DF) is unknown color: approx Classic Rose. HEX triplet: EB, D2 and DF. RGB value is (235,210,223). Sum of RGB (Red+Green+Blue) = 235+210+223=668 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.18% from 668); Green value is 210 (82.42% from 255 or 31.44% from 668); Blue value is 223 (87.5% from 255 or 33.38% from 668); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD2DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD2DF is #142D20. Grayscale: #DADADA. Windows color (decimal): -1322273 or 14668523. OLE color: 14668523.

HSL color Cylindrical-coordinate representation of color #EBD2DF: hue angle of 328.8º degrees, saturation: 0.38, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EBD2DF is Cyan = 0, Magento = 0.11, Yellow = 0.05 and Black (K on CMYK) = 0.08.

Color convert

RGB235210223-
CMYK00.110.050.08
HSL328.8º38.46%87.25%-
HSV(B)328.8º10.64%92.16%-
XYZ70.6369.0879.42-
YUV218.96130.28139.44-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.18%
GREEN value IS 210 (82.42% from 255) = 31.44%
BLUE value IS 223 (87.5% from 255) = 33.38%
R=35.18%
G=31.44%
B=33.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521022300.110.050.08328.838.4687.25
HexEBD2DF0B581492657
Octal35332233701351051146127
Binary1110101111010010110111110101110110001010010011001101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD2DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD2DF; }

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

 H1.HeaderClassName
 {
   color: #EBD2DF;
 }
 .AnyTagClassName
 {
   color: #EBD2DF;
 }
</style>
background-color css

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

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

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

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

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

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