Html Css Color HEX #E6DEE1 Prim

📋 copy color: '#E6DEE1'

red 230 ◦ green 222 ◦ blue 225

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

Shades of Prim #E6DEE1

Tints of Prim #E6DEE1

RGB

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

 GREEN value IS 222 (87.11% from 255) = 32.79%

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

R = 33.97%
G = 32.79%
B = 33.23%

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

#E6DEE1 (or 0xE6DEE1) is known color: Prim. HEX triplet: E6, DE and E1. RGB value is (230,222,225). Sum of RGB (Red+Green+Blue) = 230+222+225=677 (89% of max value = 765). Red value is 230 (90.23% from 255 or 33.97% from 677); Green value is 222 (87.11% from 255 or 32.79% from 677); Blue value is 225 (88.28% from 255 or 33.23% from 677); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DEE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6DEE1 is #19211E. Grayscale: #E0E0E0. Windows color (decimal): -1646879 or 14802662. OLE color: 14802662.

HSL color Cylindrical-coordinate representation of color #E6DEE1: hue angle of 337.5º degrees, saturation: 0.14, 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 #E6DEE1 is Cyan = 0, Magento = 0.03, Yellow = 0.02 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 222 225 -
CMYK 0 0.03 0.02 0.10
HSL 337.5º 0.14% 0.89% -
HSV(B) 337.5º 0.03% 0.9% -
XYZ 72.35 74.5 81.8 -
YUV 224.73 128.15 131.76 -
System Red Green Blue C M Y K H S L
Decimal 230 222 225 0 0.03 0.02 0.10 337.5 0.14 0.89
Hex E6 DE E1 0 3 2 A 152 E 59
Octal 346 336 341 0 3 2 12 522 16 131
Binary 11100110 11011110 11100001 0 11 10 1010 101010010 1110 1011001

Color Harmonies of #E6DEE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6DEE1

Black with #E6DEE1

Text Example


Text Example

White with #E6DEE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6DEE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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