#DFD5FD

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

Shades of Quartz #DFD5FD

Tints of Quartz #DFD5FD

Color information

#DFD5FD (or 0xDFD5FD) is unknown color: approx Quartz. HEX triplet: DF, D5 and FD. RGB value is (223,213,253). Sum of RGB (Red+Green+Blue) = 223+213+253=689 (91% of max value = 765). Red value is 223 (87.5% from 255 or 32.37% from 689); Green value is 213 (83.59% from 255 or 30.91% from 689); Blue value is 253 (99.22% from 255 or 36.72% from 689); Max value from RGB is 253 - color contains mainly: blue. Hex color #DFD5FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFD5FD is #202A02. Grayscale: #DCDCDC. Windows color (decimal): -2107907 or 16635359. OLE color: 16635359.

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

Color convert

RGB223213253-
CMYK0.120.1600.01
HSL255º90.91%91.37%-
HSV(B)255º15.81%99.22%-
XYZ71.9670.37102.72-
YUV220.55146.31129.75-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.37%
GREEN value IS 213 (83.59% from 255) = 30.91%
BLUE value IS 253 (99.22% from 255) = 36.72%
R=32.37%
G=30.91%
B=36.72%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2232132530.120.1600.0125590.9191.37
HexDFD5FDC1001ff5b5b
Octal337325375142001377133133
Binary110111111101010111111101110010000011111111110110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD5FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD5FD; }

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

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

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

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

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

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

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

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