#EBDDDF

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

Shades of Pale Rose #EBDDDF

Tints of Pale Rose #EBDDDF

Color information

#EBDDDF (or 0xEBDDDF) is unknown color: approx Pale Rose. HEX triplet: EB, DD and DF. RGB value is (235,221,223). Sum of RGB (Red+Green+Blue) = 235+221+223=679 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.61% from 679); Green value is 221 (86.72% from 255 or 32.55% from 679); Blue value is 223 (87.5% from 255 or 32.84% from 679); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDDDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDDDF is #142220. Grayscale: #E1E1E1. Windows color (decimal): -1319457 or 14671339. OLE color: 14671339.

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

Color convert

RGB235221223-
CMYK00.060.050.08
HSL351.43º25.93%89.41%-
HSV(B)351.43º5.96%92.16%-
XYZ73.4474.780.36-
YUV225.41126.64134.84-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.61%
GREEN value IS 221 (86.72% from 255) = 32.55%
BLUE value IS 223 (87.5% from 255) = 32.84%
R=34.61%
G=32.55%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522122300.060.050.08351.4325.9389.41
HexEBDDDF065815f1a59
Octal3533353370651053732131
Binary11101011110111011101111101101011000101011111110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDDDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDDDF; }

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

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

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

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

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

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

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

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