#EBDBDE

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

Shades of Pale Rose #EBDBDE

Tints of Pale Rose #EBDBDE

Color information

#EBDBDE (or 0xEBDBDE) is unknown color: approx Pale Rose. HEX triplet: EB, DB and DE. RGB value is (235,219,222). Sum of RGB (Red+Green+Blue) = 235+219+222=676 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.76% from 676); Green value is 219 (85.94% from 255 or 32.40% from 676); Blue value is 222 (87.11% from 255 or 32.84% from 676); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDBDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDBDE is #142421. Grayscale: #E0E0E0. Windows color (decimal): -1319970 or 14605291. OLE color: 14605291.

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

Color convert

RGB235219222-
CMYK00.070.060.08
HSL348.75º28.57%89.02%-
HSV(B)348.75º6.81%92.16%-
XYZ72.7873.679.48-
YUV224.13126.8135.76-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.76%
GREEN value IS 219 (85.94% from 255) = 32.40%
BLUE value IS 222 (87.11% from 255) = 32.84%
R=34.76%
G=32.40%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521922200.070.060.08348.7528.5789.02
HexEBDBDE076815d1d59
Octal3533333360761053535131
Binary11101011110110111101111001111101000101011101111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDBDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDBDE; }

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

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

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

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

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

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

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

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