#DFDEE9

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

Shades of Quartz #DFDEE9

Tints of Quartz #DFDEE9

Color information

#DFDEE9 (or 0xDFDEE9) is unknown color: approx Quartz. HEX triplet: DF, DE and E9. RGB value is (223,222,233). Sum of RGB (Red+Green+Blue) = 223+222+233=678 (89% of max value = 765). Red value is 223 (87.5% from 255 or 32.89% from 678); Green value is 222 (87.11% from 255 or 32.74% from 678); Blue value is 233 (91.41% from 255 or 34.37% from 678); Max value from RGB is 233 - color contains mainly: blue. Hex color #DFDEE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFDEE9 is #202116. Grayscale: #DFDFDF. Windows color (decimal): -2105623 or 15326943. OLE color: 15326943.

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

Color convert

RGB223222233-
CMYK0.040.0500.09
HSL245.45º20%89.22%-
HSV(B)245.45º4.72%91.37%-
XYZ71.2673.8187.58-
YUV223.55133.33127.61-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.89%
GREEN value IS 222 (87.11% from 255) = 32.74%
BLUE value IS 233 (91.41% from 255) = 34.37%
R=32.89%
G=32.74%
B=34.37%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2232222330.040.0500.09245.452089.22
HexDFDEE94509f51459
Octal3373363514501136524131
Binary1101111111011110111010011001010100111110101101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDEE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDEE9; }

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

 H1.HeaderClassName
 {
   color: #DFDEE9;
 }
 .AnyTagClassName
 {
   color: #DFDEE9;
 }
</style>
background-color css

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

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

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

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

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

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