Html Css Color HEX #DEE0EF Quartz

📋 copy color: '#DEE0EF'

red 222 ◦ green 224 ◦ blue 239

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

Shades of Quartz #DEE0EF

Tints of Quartz #DEE0EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 34.89%

R = 32.41%
G = 32.7%
B = 34.89%

CMYK

 C value IS 0.07

 M value IS 0.06

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DEE0EF (or 0xDEE0EF) is known color: Quartz. HEX triplet: DE, E0 and EF. RGB value is (222,224,239). Sum of RGB (Red+Green+Blue) = 222+224+239=685 (90% of max value = 765). Red value is 222 (87.11% from 255 or 32.41% from 685); Green value is 224 (87.89% from 255 or 32.70% from 685); Blue value is 239 (93.75% from 255 or 34.89% from 685); Max value from RGB is 239 - color contains mainly: blue. Hex color #DEE0EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEE0EF is #211F10. Grayscale: #E1E1E1. Windows color (decimal): -2170641 or 15720670. OLE color: 15720670.

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

Color convert

RGB 222 224 239 -
CMYK 0.07 0.06 0 0.06
HSL 232.94º 0.35% 0.9% -
HSV(B) 232.94º 0.07% 0.94% -
XYZ 72.36 75.07 92.34 -
YUV 225.11 135.84 125.78 -
System Red Green Blue C M Y K H S L
Decimal 222 224 239 0.07 0.06 0 0.06 232.94 0.35 0.9
Hex DE E0 EF 7 6 0 6 E9 23 5A
Octal 336 340 357 7 6 0 6 351 43 132
Binary 11011110 11100000 11101111 111 110 0 110 11101001 100011 1011010

Color Harmonies of #DEE0EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE0EF

Black with #DEE0EF

Text Example


Text Example

White with #DEE0EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE0EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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