Html Css Color HEX #E6DADB Pale Rose

📋 copy color: '#E6DADB'

red 230 ◦ green 218 ◦ blue 219

#E6DADB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Rose #E6DADB

Tints of Pale Rose #E6DADB

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 value IS 0

 M value IS 0.05

 Y value IS 0.05

 K value IS 0.10

RGB Variations

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

Color information

#E6DADB (or 0xE6DADB) is known color: 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

RGB 230 218 219 -
CMYK 0 0.05 0.05 0.10
HSL 355º 0.19% 0.88% -
HSV(B) 355º 0.05% 0.9% -
XYZ 70.49 72.08 77.22 -
YUV 221.7 126.48 133.92 -
System Red Green Blue C M Y K H S L
Decimal 230 218 219 0 0.05 0.05 0.10 355 0.19 0.88
Hex E6 DA DB 0 5 5 A 163 13 58
Octal 346 332 333 0 5 5 12 543 23 130
Binary 11100110 11011010 11011011 0 101 101 1010 101100011 10011 1011000

Color Harmonies of #E6DADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6DADB

Black with #E6DADB

Text Example


Text Example

White with #E6DADB

Text Example


Text Example

HTML Codes & Css Web 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>