Html Css Color HEX #DFDEE7 Quartz

📋 copy color: '#DFDEE7'

red 223 ◦ green 222 ◦ blue 231

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

Shades of Quartz #DFDEE7

Tints of Quartz #DFDEE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 34.17%

R = 32.99%
G = 32.84%
B = 34.17%

CMYK

 C value IS 0.03

 M value IS 0.04

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DFDEE7 (or 0xDFDEE7) is known color: Quartz. HEX triplet: DF, DE and E7. RGB value is (223,222,231). Sum of RGB (Red+Green+Blue) = 223+222+231=676 (89% of max value = 765). Red value is 223 (87.5% from 255 or 32.99% from 676); Green value is 222 (87.11% from 255 or 32.84% from 676); Blue value is 231 (90.62% from 255 or 34.17% from 676); Max value from RGB is 231 - color contains mainly: blue. Hex color #DFDEE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFDEE7 is #202118. Grayscale: #DFDFDF. Windows color (decimal): -2105625 or 15195871. OLE color: 15195871.

HSL color Cylindrical-coordinate representation of color #DFDEE7: hue angle of 246.67º degrees, saturation: 0.16, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DFDEE7 is Cyan = 0.03, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 223 222 231 -
CMYK 0.03 0.04 0 0.09
HSL 246.67º 0.16% 0.89% -
HSV(B) 246.67º 0.04% 0.91% -
XYZ 70.98 73.7 86.09 -
YUV 223.33 132.33 127.77 -
System Red Green Blue C M Y K H S L
Decimal 223 222 231 0.03 0.04 0 0.09 246.67 0.16 0.89
Hex DF DE E7 3 4 0 9 F7 10 59
Octal 337 336 347 3 4 0 11 367 20 131
Binary 11011111 11011110 11100111 11 100 0 1001 11110111 10000 1011001

Color Harmonies of #DFDEE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFDEE7

Black with #DFDEE7

Text Example


Text Example

White with #DFDEE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFDEE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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