Html Css Color HEX #DFDEE3 Quartz

📋 copy color: '#DFDEE3'

red 223 ◦ green 222 ◦ blue 227

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

Shades of Quartz #DFDEE3

Tints of Quartz #DFDEE3

RGB

 RED value IS 223 (87.5% from 255) = 33.18%

 GREEN value IS 222 (87.11% from 255) = 33.04%

 BLUE value IS 227 (89.06% from 255) = 33.78%

R = 33.18%
G = 33.04%
B = 33.78%

CMYK

 C value IS 0.02

 M value IS 0.02

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#DFDEE3 (or 0xDFDEE3) is known color: Quartz. HEX triplet: DF, DE and E3. RGB value is (223,222,227). Sum of RGB (Red+Green+Blue) = 223+222+227=672 (89% of max value = 765). Red value is 223 (87.5% from 255 or 33.18% from 672); Green value is 222 (87.11% from 255 or 33.04% from 672); Blue value is 227 (89.06% from 255 or 33.78% from 672); Max value from RGB is 227 - color contains mainly: blue. Hex color #DFDEE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDEE3 is #20211C. Grayscale: #DEDEDE. Windows color (decimal): -2105629 or 14933727. OLE color: 14933727.

HSL color Cylindrical-coordinate representation of color #DFDEE3: hue angle of 252º degrees, saturation: 0.08, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #DFDEE3 is Cyan = 0.02, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 223 222 227 -
CMYK 0.02 0.02 0 0.11
HSL 252º 0.08% 0.88% -
HSV(B) 252º 0.02% 0.89% -
XYZ 70.42 73.48 83.14 -
YUV 222.87 130.33 128.09 -
System Red Green Blue C M Y K H S L
Decimal 223 222 227 0.02 0.02 0 0.11 252 0.08 0.88
Hex DF DE E3 2 2 0 B FC 8 58
Octal 337 336 343 2 2 0 13 374 10 130
Binary 11011111 11011110 11100011 10 10 0 1011 11111100 1000 1011000

Color Harmonies of #DFDEE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFDEE3

Black with #DFDEE3

Text Example


Text Example

White with #DFDEE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFDEE3; }

 p { color: rgb(223,222,227); }

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

background-color css

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

 a { background-color: rgb(223,222,227); }

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

border-color css

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

 span { border-color: rgb(223,222,227); }

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