#DFD5FC

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

Shades of Quartz #DFD5FC

Tints of Quartz #DFD5FC

Color information

#DFD5FC (or 0xDFD5FC) is unknown color: approx Quartz. HEX triplet: DF, D5 and FC. RGB value is (223,213,252). Sum of RGB (Red+Green+Blue) = 223+213+252=688 (91% of max value = 765). Red value is 223 (87.5% from 255 or 32.41% from 688); Green value is 213 (83.59% from 255 or 30.96% from 688); Blue value is 252 (98.83% from 255 or 36.63% from 688); Max value from RGB is 252 - color contains mainly: blue. Hex color #DFD5FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFD5FC is #202A03. Grayscale: #DCDCDC. Windows color (decimal): -2107908 or 16569823. OLE color: 16569823.

HSL color Cylindrical-coordinate representation of color #DFD5FC: hue angle of 255.38º degrees, saturation: 0.87, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DFD5FC is Cyan = 0.12, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB223213252-
CMYK0.120.1500.01
HSL255.38º86.67%91.18%-
HSV(B)255.38º15.48%98.82%-
XYZ71.870.3101.88-
YUV220.44145.81129.83-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.41%
GREEN value IS 213 (83.59% from 255) = 30.96%
BLUE value IS 252 (98.83% from 255) = 36.63%
R=32.41%
G=30.96%
B=36.63%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2232132520.120.1500.01255.3886.6791.18
HexDFD5FCCF01ff575b
Octal337325374141701377127133
Binary11011111110101011111110011001111011111111110101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD5FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD5FC; }

 p { color: rgb(223,213,252); }

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

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

 a { background-color: rgb(223,213,252); }

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

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

 span { border-color: rgb(223,213,252); }

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