Html Css Color HEX #DEE0ED Quartz

📋 copy color: '#DEE0ED'

red 222 ◦ green 224 ◦ blue 237

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

Shades of Quartz #DEE0ED

Tints of Quartz #DEE0ED

RGB

 RED value IS 222 (87.11% from 255) = 32.5%

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

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

R = 32.5%
G = 32.8%
B = 34.7%

CMYK

 C value IS 0.06

 M value IS 0.05

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DEE0ED (or 0xDEE0ED) is known color: Quartz. HEX triplet: DE, E0 and ED. RGB value is (222,224,237). Sum of RGB (Red+Green+Blue) = 222+224+237=683 (90% of max value = 765). Red value is 222 (87.11% from 255 or 32.50% from 683); Green value is 224 (87.89% from 255 or 32.80% from 683); Blue value is 237 (92.97% from 255 or 34.70% from 683); Max value from RGB is 237 - color contains mainly: blue. Hex color #DEE0ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEE0ED is #211F12. Grayscale: #E0E0E0. Windows color (decimal): -2170643 or 15589598. OLE color: 15589598.

HSL color Cylindrical-coordinate representation of color #DEE0ED: hue angle of 232º degrees, saturation: 0.29, 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 #DEE0ED is Cyan = 0.06, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 222 224 237 -
CMYK 0.06 0.05 0 0.07
HSL 232º 0.29% 0.9% -
HSV(B) 232º 0.06% 0.93% -
XYZ 72.07 74.96 90.79 -
YUV 224.88 134.84 125.94 -
System Red Green Blue C M Y K H S L
Decimal 222 224 237 0.06 0.05 0 0.07 232 0.29 0.9
Hex DE E0 ED 6 5 0 7 E8 1D 5A
Octal 336 340 355 6 5 0 7 350 35 132
Binary 11011110 11100000 11101101 110 101 0 111 11101000 11101 1011010

Color Harmonies of #DEE0ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE0ED

Black with #DEE0ED

Text Example


Text Example

White with #DEE0ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE0ED; }

 p { color: rgb(222,224,237); }

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

background-color css

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

 a { background-color: rgb(222,224,237); }

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

border-color css

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

 span { border-color: rgb(222,224,237); }

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