#DFDEF9

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

Shades of Quartz #DFDEF9

Tints of Quartz #DFDEF9

Color information

#DFDEF9 (or 0xDFDEF9) is unknown color: approx Quartz. HEX triplet: DF, DE and F9. RGB value is (223,222,249). Sum of RGB (Red+Green+Blue) = 223+222+249=694 (91% of max value = 765). Red value is 223 (87.5% from 255 or 32.13% from 694); Green value is 222 (87.11% from 255 or 31.99% from 694); Blue value is 249 (97.66% from 255 or 35.88% from 694); Max value from RGB is 249 - color contains mainly: blue. Hex color #DFDEF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFDEF9 is #202106. Grayscale: #E1E1E1. Windows color (decimal): -2105607 or 16375519. OLE color: 16375519.

HSL color Cylindrical-coordinate representation of color #DFDEF9: hue angle of 242.22º degrees, saturation: 0.69, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DFDEF9 is Cyan = 0.10, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB223222249-
CMYK0.100.1100.02
HSL242.22º69.23%92.35%-
HSV(B)242.22º10.84%97.65%-
XYZ73.6574.77100.17-
YUV225.38141.33126.3-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.13%
GREEN value IS 222 (87.11% from 255) = 31.99%
BLUE value IS 249 (97.66% from 255) = 35.88%
R=32.13%
G=31.99%
B=35.88%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2232222490.100.1100.02242.2269.2392.35
HexDFDEF9AB02f2455c
Octal337336371121302362105134
Binary110111111101111011111001101010110101111001010001011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDEF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDEF9; }

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

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

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

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

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

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

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

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