#D5DAF9

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

Shades of Quartz #D5DAF9

Tints of Quartz #D5DAF9

Color information

#D5DAF9 (or 0xD5DAF9) is unknown color: approx Quartz. HEX triplet: D5, DA and F9. RGB value is (213,218,249). Sum of RGB (Red+Green+Blue) = 213+218+249=680 (90% of max value = 765). Red value is 213 (83.59% from 255 or 31.32% from 680); Green value is 218 (85.55% from 255 or 32.06% from 680); Blue value is 249 (97.66% from 255 or 36.62% from 680); Max value from RGB is 249 - color contains mainly: blue. Hex color #D5DAF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5DAF9 is #2A2506. Grayscale: #DBDBDB. Windows color (decimal): -2761991 or 16374485. OLE color: 16374485.

HSL color Cylindrical-coordinate representation of color #D5DAF9: hue angle of 231.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 #D5DAF9 is Cyan = 0.14, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB213218249-
CMYK0.140.1200.02
HSL231.67º75%90.59%-
HSV(B)231.67º14.46%97.65%-
XYZ69.6171.1399.68-
YUV220.04144.34122.98-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 31.32%
GREEN value IS 218 (85.55% from 255) = 32.06%
BLUE value IS 249 (97.66% from 255) = 36.62%
R=31.32%
G=32.06%
B=36.62%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2132182490.140.1200.02231.677590.59
HexD5DAF9EC02e84b5b
Octal325332371161402350113133
Binary110101011101101011111001111011000101110100010010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5DAF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5DAF9; }

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

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

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

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

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

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

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

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