#DFDAFF

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

Shades of Quartz #DFDAFF

Tints of Quartz #DFDAFF

Color information

#DFDAFF (or 0xDFDAFF) is unknown color: approx Quartz. HEX triplet: DF, DA and FF. RGB value is (223,218,255). Sum of RGB (Red+Green+Blue) = 223+218+255=696 (92% of max value = 765). Red value is 223 (87.5% from 255 or 32.04% from 696); Green value is 218 (85.55% from 255 or 31.32% from 696); Blue value is 255 (100% from 255 or 36.64% from 696); Max value from RGB is 255 - color contains mainly: blue. Hex color #DFDAFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFDAFF is #202500. Grayscale: #DFDFDF. Windows color (decimal): -2106625 or 16767711. OLE color: 16767711.

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

Color convert

RGB223218255-
CMYK0.130.1500
HSL248.11º100%92.75%-
HSV(B)248.11º14.51%100%-
XYZ73.5573.05104.83-
YUV223.71145.66127.49-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.04%
GREEN value IS 218 (85.55% from 255) = 31.32%
BLUE value IS 255 (100% from 255) = 36.64%
R=32.04%
G=31.32%
B=36.64%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2232182550.130.1500248.1110092.75
HexDFDAFFDF00f8645d
Octal337332377151700370144135
Binary11011111110110101111111111011111001111100011001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDAFF; }

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

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

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

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

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

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

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

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