Html Css Color HEX #E0DDEE Quartz

📋 copy color: '#E0DDEE'

red 224 ◦ green 221 ◦ blue 238

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

Shades of Quartz #E0DDEE

Tints of Quartz #E0DDEE

RGB

 RED value IS 224 (87.89% from 255) = 32.8%

 GREEN value IS 221 (86.72% from 255) = 32.36%

 BLUE value IS 238 (93.36% from 255) = 34.85%

R = 32.8%
G = 32.36%
B = 34.85%

CMYK

 C value IS 0.06

 M value IS 0.07

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E0DDEE (or 0xE0DDEE) is known color: Quartz. HEX triplet: E0, DD and EE. RGB value is (224,221,238). Sum of RGB (Red+Green+Blue) = 224+221+238=683 (90% of max value = 765). Red value is 224 (87.89% from 255 or 32.80% from 683); Green value is 221 (86.72% from 255 or 32.36% from 683); Blue value is 238 (93.36% from 255 or 34.85% from 683); Max value from RGB is 238 - color contains mainly: blue. Hex color #E0DDEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0DDEE is #1F2211. Grayscale: #DFDFDF. Windows color (decimal): -2040338 or 15654368. OLE color: 15654368.

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

Color convert

RGB 224 221 238 -
CMYK 0.06 0.07 0 0.07
HSL 250.59º 0.33% 0.9% -
HSV(B) 250.59º 0.07% 0.93% -
XYZ 72.03 73.73 91.32 -
YUV 223.84 135.99 128.12 -
System Red Green Blue C M Y K H S L
Decimal 224 221 238 0.06 0.07 0 0.07 250.59 0.33 0.9
Hex E0 DD EE 6 7 0 7 FB 21 5A
Octal 340 335 356 6 7 0 7 373 41 132
Binary 11100000 11011101 11101110 110 111 0 111 11111011 100001 1011010

Color Harmonies of #E0DDEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0DDEE

Black with #E0DDEE

Text Example


Text Example

White with #E0DDEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0DDEE; }

 p { color: rgb(224,221,238); }

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

background-color css

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

 a { background-color: rgb(224,221,238); }

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

border-color css

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

 span { border-color: rgb(224,221,238); }

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