#DFD5F9

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

Shades of Quartz #DFD5F9

Tints of Quartz #DFD5F9

Color information

#DFD5F9 (or 0xDFD5F9) is unknown color: approx Quartz. HEX triplet: DF, D5 and F9. RGB value is (223,213,249). Sum of RGB (Red+Green+Blue) = 223+213+249=685 (90% of max value = 765). Red value is 223 (87.5% from 255 or 32.55% from 685); Green value is 213 (83.59% from 255 or 31.09% from 685); Blue value is 249 (97.66% from 255 or 36.35% from 685); Max value from RGB is 249 - color contains mainly: blue. Hex color #DFD5F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFD5F9 is #202A06. Grayscale: #DBDBDB. Windows color (decimal): -2107911 or 16373215. OLE color: 16373215.

HSL color Cylindrical-coordinate representation of color #DFD5F9: hue angle of 256.67º degrees, saturation: 0.75, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DFD5F9 is Cyan = 0.10, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB223213249-
CMYK0.100.1400.02
HSL256.67º75%90.59%-
HSV(B)256.67º14.46%97.65%-
XYZ71.3270.1299.4-
YUV220.09144.31130.07-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.55%
GREEN value IS 213 (83.59% from 255) = 31.09%
BLUE value IS 249 (97.66% from 255) = 36.35%
R=32.55%
G=31.09%
B=36.35%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2232132490.100.1400.02256.677590.59
HexDFD5F9AE021014b5b
Octal337325371121602401113133
Binary1101111111010101111110011010111001010000000110010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD5F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD5F9; }

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

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

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

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

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

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

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

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