#EBDBE0

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

Shades of Pale Rose #EBDBE0

Tints of Pale Rose #EBDBE0

Color information

#EBDBE0 (or 0xEBDBE0) is unknown color: approx Pale Rose. HEX triplet: EB, DB and E0. RGB value is (235,219,224). Sum of RGB (Red+Green+Blue) = 235+219+224=678 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.66% from 678); Green value is 219 (85.94% from 255 or 32.30% from 678); Blue value is 224 (87.89% from 255 or 33.04% from 678); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDBE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDBE0 is #14241F. Grayscale: #E0E0E0. Windows color (decimal): -1319968 or 14736363. OLE color: 14736363.

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

Color convert

RGB235219224-
CMYK00.070.050.08
HSL341.25º28.57%89.02%-
HSV(B)341.25º6.81%92.16%-
XYZ73.0573.7180.9-
YUV224.35127.8135.59-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.66%
GREEN value IS 219 (85.94% from 255) = 32.30%
BLUE value IS 224 (87.89% from 255) = 33.04%
R=34.66%
G=32.30%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521922400.070.050.08341.2528.5789.02
HexEBDBE007581551d59
Octal3533333400751052535131
Binary11101011110110111110000001111011000101010101111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDBE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDBE0; }

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

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

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

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

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

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

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

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