#DFDEF6

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

Shades of Quartz #DFDEF6

Tints of Quartz #DFDEF6

Color information

#DFDEF6 (or 0xDFDEF6) is unknown color: approx Quartz. HEX triplet: DF, DE and F6. RGB value is (223,222,246). Sum of RGB (Red+Green+Blue) = 223+222+246=691 (91% of max value = 765). Red value is 223 (87.5% from 255 or 32.27% from 691); Green value is 222 (87.11% from 255 or 32.13% from 691); Blue value is 246 (96.48% from 255 or 35.60% from 691); Max value from RGB is 246 - color contains mainly: blue. Hex color #DFDEF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFDEF6 is #202109. Grayscale: #E0E0E0. Windows color (decimal): -2105610 or 16178911. OLE color: 16178911.

HSL color Cylindrical-coordinate representation of color #DFDEF6: hue angle of 242.5º degrees, saturation: 0.57, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DFDEF6 is Cyan = 0.09, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB223222246-
CMYK0.090.1000.04
HSL242.5º57.14%91.76%-
HSV(B)242.5º9.76%96.47%-
XYZ73.1974.5897.73-
YUV225.04139.83126.55-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.27%
GREEN value IS 222 (87.11% from 255) = 32.13%
BLUE value IS 246 (96.48% from 255) = 35.60%
R=32.27%
G=32.13%
B=35.60%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2232222460.090.1000.04242.557.1491.76
HexDFDEF69A04f2395c
Octal33733636611120436271134
Binary110111111101111011110110100110100100111100101110011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDEF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDEF6; }

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

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

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

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

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

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

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

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