Html Css Color HEX #DFDEE5 Quartz

📋 copy color: '#DFDEE5'

red 223 ◦ green 222 ◦ blue 229

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

Shades of Quartz #DFDEE5

Tints of Quartz #DFDEE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 33.98%

R = 33.09%
G = 32.94%
B = 33.98%

CMYK

 C value IS 0.03

 M value IS 0.03

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DFDEE5 (or 0xDFDEE5) is known color: Quartz. HEX triplet: DF, DE and E5. RGB value is (223,222,229). Sum of RGB (Red+Green+Blue) = 223+222+229=674 (89% of max value = 765). Red value is 223 (87.5% from 255 or 33.09% from 674); Green value is 222 (87.11% from 255 or 32.94% from 674); Blue value is 229 (89.84% from 255 or 33.98% from 674); Max value from RGB is 229 - color contains mainly: blue. Hex color #DFDEE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDEE5 is #20211A. Grayscale: #DFDFDF. Windows color (decimal): -2105627 or 15064799. OLE color: 15064799.

HSL color Cylindrical-coordinate representation of color #DFDEE5: hue angle of 248.57º degrees, saturation: 0.12, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DFDEE5 is Cyan = 0.03, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 223 222 229 -
CMYK 0.03 0.03 0 0.10
HSL 248.57º 0.12% 0.88% -
HSV(B) 248.57º 0.03% 0.9% -
XYZ 70.7 73.59 84.61 -
YUV 223.1 131.33 127.93 -
System Red Green Blue C M Y K H S L
Decimal 223 222 229 0.03 0.03 0 0.10 248.57 0.12 0.88
Hex DF DE E5 3 3 0 A F9 C 58
Octal 337 336 345 3 3 0 12 371 14 130
Binary 11011111 11011110 11100101 11 11 0 1010 11111001 1100 1011000

Color Harmonies of #DFDEE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFDEE5

Black with #DFDEE5

Text Example


Text Example

White with #DFDEE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFDEE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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