#DFDEE7

Color #DFDEE7 Quartz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Quartz #DFDEE7

Tints of Quartz #DFDEE7

Color information

#DFDEE7 (or 0xDFDEE7) is unknown color: approx 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

RGB223222231-
CMYK0.030.0400.09
HSL246.67º15.79%88.82%-
HSV(B)246.67º3.9%90.59%-
XYZ70.9873.786.09-
YUV223.32132.33127.77-

RGB Variations

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

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.62% from 255) = 34.17%
R=32.99%
G=32.84%
B=34.17%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2232222310.030.0400.09246.6715.7988.82
HexDFDEE73409f71059
Octal3373363473401136720131
Binary110111111101111011100111111000100111110111100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDEE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>