Html Css Color HEX #E2DFED Quartz

📋 copy color: '#E2DFED'

red 226 ◦ green 223 ◦ blue 237

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

Shades of Quartz #E2DFED

Tints of Quartz #E2DFED

RGB

 RED value IS 226 (88.67% from 255) = 32.94%

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

 BLUE value IS 237 (92.97% from 255) = 34.55%

R = 32.94%
G = 32.51%
B = 34.55%

CMYK

 C value IS 0.05

 M value IS 0.06

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E2DFED (or 0xE2DFED) is known color: Quartz. HEX triplet: E2, DF and ED. RGB value is (226,223,237). Sum of RGB (Red+Green+Blue) = 226+223+237=686 (90% of max value = 765). Red value is 226 (88.67% from 255 or 32.94% from 686); Green value is 223 (87.5% from 255 or 32.51% from 686); Blue value is 237 (92.97% from 255 or 34.55% from 686); Max value from RGB is 237 - color contains mainly: blue. Hex color #E2DFED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2DFED is #1D2012. Grayscale: #E1E1E1. Windows color (decimal): -1908755 or 15589346. OLE color: 15589346.

HSL color Cylindrical-coordinate representation of color #E2DFED: hue angle of 252.86º degrees, saturation: 0.28, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #E2DFED is Cyan = 0.05, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 226 223 237 -
CMYK 0.05 0.06 0 0.07
HSL 252.86º 0.28% 0.9% -
HSV(B) 252.86º 0.06% 0.93% -
XYZ 73.04 75.06 90.76 -
YUV 225.49 134.49 128.36 -
System Red Green Blue C M Y K H S L
Decimal 226 223 237 0.05 0.06 0 0.07 252.86 0.28 0.9
Hex E2 DF ED 5 6 0 7 FD 1C 5A
Octal 342 337 355 5 6 0 7 375 34 132
Binary 11100010 11011111 11101101 101 110 0 111 11111101 11100 1011010

Color Harmonies of #E2DFED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2DFED

Black with #E2DFED

Text Example


Text Example

White with #E2DFED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2DFED; }

 p { color: rgb(226,223,237); }

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

background-color css

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

 a { background-color: rgb(226,223,237); }

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

border-color css

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

 span { border-color: rgb(226,223,237); }

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