#DFD2FF

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

Shades of Quartz #DFD2FF

Tints of Quartz #DFD2FF

Color information

#DFD2FF (or 0xDFD2FF) is unknown color: approx Quartz. HEX triplet: DF, D2 and FF. RGB value is (223,210,255). Sum of RGB (Red+Green+Blue) = 223+210+255=688 (91% of max value = 765). Red value is 223 (87.5% from 255 or 32.41% from 688); Green value is 210 (82.42% from 255 or 30.52% from 688); Blue value is 255 (100% from 255 or 37.06% from 688); Max value from RGB is 255 - color contains mainly: blue. Hex color #DFD2FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFD2FF is #202D00. Grayscale: #DADADA. Windows color (decimal): -2108673 or 16765663. OLE color: 16765663.

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

Color convert

RGB223210255-
CMYK0.130.1800
HSL257.33º100%91.18%-
HSV(B)257.33º17.65%100%-
XYZ71.5369104.16-
YUV219.02148.31130.84-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.41%
GREEN value IS 210 (82.42% from 255) = 30.52%
BLUE value IS 255 (100% from 255) = 37.06%
R=32.41%
G=30.52%
B=37.06%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2232102550.130.1800257.3310091.18
HexDFD2FFD1200101645b
Octal337322377152200401144133
Binary1101111111010010111111111101100100010000000111001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD2FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD2FF; }

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

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

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

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

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

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

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

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