Html Css Color HEX #E6D1D3 Pale Rose

📋 copy color: '#E6D1D3'

red 230 ◦ green 209 ◦ blue 211

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

Shades of Pale Rose #E6D1D3

Tints of Pale Rose #E6D1D3

RGB

 RED value IS 230 (90.23% from 255) = 35.38%

 GREEN value IS 209 (82.03% from 255) = 32.15%

 BLUE value IS 211 (82.81% from 255) = 32.46%

R = 35.38%
G = 32.15%
B = 32.46%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.08

 K value IS 0.10

RGB Variations

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

Color information

#E6D1D3 (or 0xE6D1D3) is known color: Pale Rose. HEX triplet: E6, D1 and D3. RGB value is (230,209,211). Sum of RGB (Red+Green+Blue) = 230+209+211=650 (86% of max value = 765). Red value is 230 (90.23% from 255 or 35.38% from 650); Green value is 209 (82.03% from 255 or 32.15% from 650); Blue value is 211 (82.81% from 255 or 32.46% from 650); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D1D3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6D1D3 is #192E2C. Grayscale: #D7D7D7. Windows color (decimal): -1650221 or 13881830. OLE color: 13881830.

HSL color Cylindrical-coordinate representation of color #E6D1D3: hue angle of 354.29º degrees, saturation: 0.3, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E6D1D3 is Cyan = 0, Magento = 0.09, Yellow = 0.08 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 209 211 -
CMYK 0 0.09 0.08 0.10
HSL 354.29º 0.3% 0.86% -
HSV(B) 354.29º 0.09% 0.9% -
XYZ 67.19 67.13 71.04 -
YUV 215.51 125.46 138.34 -
System Red Green Blue C M Y K H S L
Decimal 230 209 211 0 0.09 0.08 0.10 354.29 0.3 0.86
Hex E6 D1 D3 0 9 8 A 162 1E 56
Octal 346 321 323 0 11 10 12 542 36 126
Binary 11100110 11010001 11010011 0 1001 1000 1010 101100010 11110 1010110

Color Harmonies of #E6D1D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6D1D3

Black with #E6D1D3

Text Example


Text Example

White with #E6D1D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6D1D3; }

 p { color: rgb(230,209,211); }

 H1.HeaderClassName
 {
   color: #E6D1D3;
 }
 .AnyTagClassName
 {
   color: #E6D1D3;
 }
</style>

background-color css

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

 a { background-color: rgb(230,209,211); }

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

border-color css

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

 span { border-color: rgb(230,209,211); }

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