#DFD4FE

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

Shades of Quartz #DFD4FE

Tints of Quartz #DFD4FE

Color information

#DFD4FE (or 0xDFD4FE) is unknown color: approx Quartz. HEX triplet: DF, D4 and FE. RGB value is (223,212,254). Sum of RGB (Red+Green+Blue) = 223+212+254=689 (91% of max value = 765). Red value is 223 (87.5% from 255 or 32.37% from 689); Green value is 212 (83.20% from 255 or 30.77% from 689); Blue value is 254 (99.61% from 255 or 36.87% from 689); Max value from RGB is 254 - color contains mainly: blue. Hex color #DFD4FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFD4FE is #202B01. Grayscale: #DBDBDB. Windows color (decimal): -2108162 or 16700639. OLE color: 16700639.

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

Color convert

RGB223212254-
CMYK0.120.1700.00
HSL255.71º95.45%91.37%-
HSV(B)255.71º16.54%99.61%-
XYZ71.8669.93103.48-
YUV220.08147.14130.08-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.37%
GREEN value IS 212 (83.20% from 255) = 30.77%
BLUE value IS 254 (99.61% from 255) = 36.87%
R=32.37%
G=30.77%
B=36.87%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2232122540.120.1700.00255.7195.4591.37
HexDFD4FEC11001005f5b
Octal337324376142100400137133
Binary1101111111010100111111101100100010010000000010111111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD4FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD4FE; }

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

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

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

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

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

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

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

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