#E6DADB

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

Shades of Pale Rose #E6DADB

Tints of Pale Rose #E6DADB

Color information

#E6DADB (or 0xE6DADB) is unknown color: approx Pale Rose. HEX triplet: E6, DA and DB. RGB value is (230,218,219). Sum of RGB (Red+Green+Blue) = 230+218+219=667 (88% of max value = 765). Red value is 230 (90.23% from 255 or 34.48% from 667); Green value is 218 (85.55% from 255 or 32.68% from 667); Blue value is 219 (85.94% from 255 or 32.83% from 667); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DADB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6DADB is #192524. Grayscale: #DDDDDD. Windows color (decimal): -1647909 or 14408422. OLE color: 14408422.

HSL color Cylindrical-coordinate representation of color #E6DADB: hue angle of 355º degrees, saturation: 0.19, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E6DADB is Cyan = 0, Magento = 0.05, Yellow = 0.05 and Black (K on CMYK) = 0.10.

Color convert

RGB230218219-
CMYK00.050.050.10
HSL355º19.35%87.84%-
HSV(B)355º5.22%90.2%-
XYZ70.4972.0877.22-
YUV221.7126.48133.92-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 34.48%
GREEN value IS 218 (85.55% from 255) = 32.68%
BLUE value IS 219 (85.94% from 255) = 32.83%
R=34.48%
G=32.68%
B=32.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.05
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23021821900.050.050.1035519.3587.84
HexE6DADB055A1631358
Octal3463323330551254323130
Binary11100110110110101101101101011011010101100011100111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6DADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6DADB; }

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

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

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

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

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

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

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

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