#DFD8FE

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

Shades of Quartz #DFD8FE

Tints of Quartz #DFD8FE

Color information

#DFD8FE (or 0xDFD8FE) is unknown color: approx Quartz. HEX triplet: DF, D8 and FE. RGB value is (223,216,254). Sum of RGB (Red+Green+Blue) = 223+216+254=693 (91% of max value = 765). Red value is 223 (87.5% from 255 or 32.18% from 693); Green value is 216 (84.77% from 255 or 31.17% from 693); Blue value is 254 (99.61% from 255 or 36.65% from 693); Max value from RGB is 254 - color contains mainly: blue. Hex color #DFD8FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFD8FE is #202701. Grayscale: #DEDEDE. Windows color (decimal): -2107138 or 16701663. OLE color: 16701663.

HSL color Cylindrical-coordinate representation of color #DFD8FE: hue angle of 251.05º 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 #DFD8FE is Cyan = 0.12, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB223216254-
CMYK0.120.1500.00
HSL251.05º95%92.16%-
HSV(B)251.05º14.96%99.61%-
XYZ72.8871.96103.81-
YUV222.42145.82128.41-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.18%
GREEN value IS 216 (84.77% from 255) = 31.17%
BLUE value IS 254 (99.61% from 255) = 36.65%
R=32.18%
G=31.17%
B=36.65%

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
Decimal2232162540.120.1500.00251.059592.16
HexDFD8FECF00fb5f5c
Octal337330376141700373137134
Binary11011111110110001111111011001111001111101110111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD8FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD8FE; }

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

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

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

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

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

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

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

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