#DFD9FE

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

Shades of Quartz #DFD9FE

Tints of Quartz #DFD9FE

Color information

#DFD9FE (or 0xDFD9FE) is unknown color: approx Quartz. HEX triplet: DF, D9 and FE. RGB value is (223,217,254). Sum of RGB (Red+Green+Blue) = 223+217+254=694 (91% of max value = 765). Red value is 223 (87.5% from 255 or 32.13% from 694); Green value is 217 (85.16% from 255 or 31.27% from 694); Blue value is 254 (99.61% from 255 or 36.60% from 694); Max value from RGB is 254 - color contains mainly: blue. Hex color #DFD9FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFD9FE is #202601. Grayscale: #DEDEDE. Windows color (decimal): -2106882 or 16701919. OLE color: 16701919.

HSL color Cylindrical-coordinate representation of color #DFD9FE: hue angle of 249.73º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DFD9FE is Cyan = 0.12, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB223217254-
CMYK0.120.1500.00
HSL249.73º94.87%92.35%-
HSV(B)249.73º14.57%99.61%-
XYZ73.1372.47103.9-
YUV223.01145.49127.99-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.13%
GREEN value IS 217 (85.16% from 255) = 31.27%
BLUE value IS 254 (99.61% from 255) = 36.60%
R=32.13%
G=31.27%
B=36.60%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2232172540.120.1500.00249.7394.8792.35
HexDFD9FECF00fa5f5c
Octal337331376141700372137134
Binary11011111110110011111111011001111001111101010111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD9FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD9FE; }

 p { color: rgb(223,217,254); }

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

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

 a { background-color: rgb(223,217,254); }

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

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

 span { border-color: rgb(223,217,254); }

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