#DFD5FF

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

Shades of Quartz #DFD5FF

Tints of Quartz #DFD5FF

Color information

#DFD5FF (or 0xDFD5FF) is unknown color: approx Quartz. HEX triplet: DF, D5 and FF. RGB value is (223,213,255). Sum of RGB (Red+Green+Blue) = 223+213+255=691 (91% of max value = 765). Red value is 223 (87.5% from 255 or 32.27% from 691); Green value is 213 (83.59% from 255 or 30.82% from 691); Blue value is 255 (100% from 255 or 36.90% from 691); Max value from RGB is 255 - color contains mainly: blue. Hex color #DFD5FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFD5FF is #202A00. Grayscale: #DCDCDC. Windows color (decimal): -2107905 or 16766431. OLE color: 16766431.

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

Color convert

RGB223213255-
CMYK0.130.1600
HSL254.29º100%91.76%-
HSV(B)254.29º16.47%100%-
XYZ72.2870.5104.41-
YUV220.78147.31129.58-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.27%
GREEN value IS 213 (83.59% from 255) = 30.82%
BLUE value IS 255 (100% from 255) = 36.90%
R=32.27%
G=30.82%
B=36.90%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2232132550.130.1600254.2910091.76
HexDFD5FFD1000fe645c
Octal337325377152000376144134
Binary110111111101010111111111110110000001111111011001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD5FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD5FF; }

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

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

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

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

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

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

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

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