Html Css Color HEX #E6DFE1 Pale Rose

📋 copy color: '#E6DFE1'

red 230 ◦ green 223 ◦ blue 225

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

Shades of Pale Rose #E6DFE1

Tints of Pale Rose #E6DFE1

RGB

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

 GREEN value IS 223 (87.5% from 255) = 32.89%

 BLUE value IS 225 (88.28% from 255) = 33.19%

R = 33.92%
G = 32.89%
B = 33.19%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.02

 K value IS 0.10

RGB Variations

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

Color information

#E6DFE1 (or 0xE6DFE1) is known color: Pale Rose. HEX triplet: E6, DF and E1. RGB value is (230,223,225). Sum of RGB (Red+Green+Blue) = 230+223+225=678 (89% of max value = 765). Red value is 230 (90.23% from 255 or 33.92% from 678); Green value is 223 (87.5% from 255 or 32.89% from 678); Blue value is 225 (88.28% from 255 or 33.19% from 678); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DFE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6DFE1 is #19201E. Grayscale: #E1E1E1. Windows color (decimal): -1646623 or 14802918. OLE color: 14802918.

HSL color Cylindrical-coordinate representation of color #E6DFE1: hue angle of 342.86º degrees, saturation: 0.12, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #E6DFE1 is Cyan = 0, Magento = 0.03, Yellow = 0.02 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 223 225 -
CMYK 0 0.03 0.02 0.10
HSL 342.86º 0.12% 0.89% -
HSV(B) 342.86º 0.03% 0.9% -
XYZ 72.61 75.03 81.89 -
YUV 225.32 127.82 131.34 -
System Red Green Blue C M Y K H S L
Decimal 230 223 225 0 0.03 0.02 0.10 342.86 0.12 0.89
Hex E6 DF E1 0 3 2 A 157 C 59
Octal 346 337 341 0 3 2 12 527 14 131
Binary 11100110 11011111 11100001 0 11 10 1010 101010111 1100 1011001

Color Harmonies of #E6DFE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6DFE1

Black with #E6DFE1

Text Example


Text Example

White with #E6DFE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6DFE1; }

 p { color: rgb(230,223,225); }

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

background-color css

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

 a { background-color: rgb(230,223,225); }

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

border-color css

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

 span { border-color: rgb(230,223,225); }

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