#EBDBE5

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

Shades of Classic Rose #EBDBE5

Tints of Classic Rose #EBDBE5

Color information

#EBDBE5 (or 0xEBDBE5) is unknown color: approx Classic Rose. HEX triplet: EB, DB and E5. RGB value is (235,219,229). Sum of RGB (Red+Green+Blue) = 235+219+229=683 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.41% from 683); Green value is 219 (85.94% from 255 or 32.06% from 683); Blue value is 229 (89.84% from 255 or 33.53% from 683); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDBE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDBE5 is #14241A. Grayscale: #E0E0E0. Windows color (decimal): -1319963 or 15064043. OLE color: 15064043.

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

Color convert

RGB235219229-
CMYK00.070.030.08
HSL322.5º28.57%89.02%-
HSV(B)322.5º6.81%92.16%-
XYZ73.7473.9884.52-
YUV224.92130.3135.19-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.41%
GREEN value IS 219 (85.94% from 255) = 32.06%
BLUE value IS 229 (89.84% from 255) = 33.53%
R=34.41%
G=32.06%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521922900.070.030.08322.528.5789.02
HexEBDBE507381421d59
Octal3533333450731050235131
Binary1110101111011011111001010111111000101000010111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDBE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDBE5; }

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

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

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

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

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

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

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

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