#D5DBF9

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

Shades of Quartz #D5DBF9

Tints of Quartz #D5DBF9

Color information

#D5DBF9 (or 0xD5DBF9) is unknown color: approx Quartz. HEX triplet: D5, DB and F9. RGB value is (213,219,249). Sum of RGB (Red+Green+Blue) = 213+219+249=681 (90% of max value = 765). Red value is 213 (83.59% from 255 or 31.28% from 681); Green value is 219 (85.94% from 255 or 32.16% from 681); Blue value is 249 (97.66% from 255 or 36.56% from 681); Max value from RGB is 249 - color contains mainly: blue. Hex color #D5DBF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5DBF9 is #2A2406. Grayscale: #DCDCDC. Windows color (decimal): -2761735 or 16374741. OLE color: 16374741.

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

Color convert

RGB213219249-
CMYK0.140.1200.02
HSL230º75%90.59%-
HSV(B)230º14.46%97.65%-
XYZ69.8771.6599.77-
YUV220.63144.01122.56-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 31.28%
GREEN value IS 219 (85.94% from 255) = 32.16%
BLUE value IS 249 (97.66% from 255) = 36.56%
R=31.28%
G=32.16%
B=36.56%

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
Decimal2132192490.140.1200.022307590.59
HexD5DBF9EC02e64b5b
Octal325333371161402346113133
Binary110101011101101111111001111011000101110011010010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5DBF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5DBF9; }

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

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

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

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

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

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

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

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