#EBDBE6

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

Shades of Classic Rose #EBDBE6

Tints of Classic Rose #EBDBE6

Color information

#EBDBE6 (or 0xEBDBE6) is unknown color: approx Classic Rose. HEX triplet: EB, DB and E6. RGB value is (235,219,230). Sum of RGB (Red+Green+Blue) = 235+219+230=684 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.36% from 684); Green value is 219 (85.94% from 255 or 32.02% from 684); Blue value is 230 (90.23% from 255 or 33.63% from 684); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDBE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBDBE6 is #142419. Grayscale: #E1E1E1. Windows color (decimal): -1319962 or 15129579. OLE color: 15129579.

HSL color Cylindrical-coordinate representation of color #EBDBE6: hue angle of 318.75º degrees, saturation: 0.29, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EBDBE6 is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.08.

Color convert

RGB235219230-
CMYK00.070.020.08
HSL318.75º28.57%89.02%-
HSV(B)318.75º6.81%92.16%-
XYZ73.8874.0485.26-
YUV225.04130.8135.11-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.36%
GREEN value IS 219 (85.94% from 255) = 32.02%
BLUE value IS 230 (90.23% from 255) = 33.63%
R=34.36%
G=32.02%
B=33.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.02
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521923000.070.020.08318.7528.5789.02
HexEBDBE6072813f1d59
Octal3533333460721047735131
Binary1110101111011011111001100111101000100111111111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDBE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDBE6; }

 p { color: rgb(235,219,230); }

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

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

 a { background-color: rgb(235,219,230); }

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

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

 span { border-color: rgb(235,219,230); }

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