Html Css Color HEX #E2DFF1 Quartz

📋 copy color: '#E2DFF1'

red 226 ◦ green 223 ◦ blue 241

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

Shades of Quartz #E2DFF1

Tints of Quartz #E2DFF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 34.93%

R = 32.75%
G = 32.32%
B = 34.93%

CMYK

 C value IS 0.06

 M value IS 0.07

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E2DFF1 (or 0xE2DFF1) is known color: Quartz. HEX triplet: E2, DF and F1. RGB value is (226,223,241). Sum of RGB (Red+Green+Blue) = 226+223+241=690 (91% of max value = 765). Red value is 226 (88.67% from 255 or 32.75% from 690); Green value is 223 (87.5% from 255 or 32.32% from 690); Blue value is 241 (94.53% from 255 or 34.93% from 690); Max value from RGB is 241 - color contains mainly: blue. Hex color #E2DFF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2DFF1 is #1D200E. Grayscale: #E1E1E1. Windows color (decimal): -1908751 or 15851490. OLE color: 15851490.

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

Color convert

RGB 226 223 241 -
CMYK 0.06 0.07 0 0.05
HSL 250º 0.39% 0.91% -
HSV(B) 250º 0.07% 0.95% -
XYZ 73.63 75.29 93.87 -
YUV 225.95 136.49 128.04 -
System Red Green Blue C M Y K H S L
Decimal 226 223 241 0.06 0.07 0 0.05 250 0.39 0.91
Hex E2 DF F1 6 7 0 5 FA 27 5B
Octal 342 337 361 6 7 0 5 372 47 133
Binary 11100010 11011111 11110001 110 111 0 101 11111010 100111 1011011

Color Harmonies of #E2DFF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2DFF1

Black with #E2DFF1

Text Example


Text Example

White with #E2DFF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2DFF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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