#D5DBFF

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

Shades of Quartz #D5DBFF

Tints of Quartz #D5DBFF

Color information

#D5DBFF (or 0xD5DBFF) is unknown color: approx Quartz. HEX triplet: D5, DB and FF. RGB value is (213,219,255). Sum of RGB (Red+Green+Blue) = 213+219+255=687 (90% of max value = 765). Red value is 213 (83.59% from 255 or 31.00% from 687); Green value is 219 (85.94% from 255 or 31.88% from 687); Blue value is 255 (100% from 255 or 37.12% from 687); Max value from RGB is 255 - color contains mainly: blue. Hex color #D5DBFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5DBFF is #2A2400. Grayscale: #DDDDDD. Windows color (decimal): -2761729 or 16767957. OLE color: 16767957.

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

Color convert

RGB213219255-
CMYK0.160.1400
HSL231.43º100%91.76%-
HSV(B)231.43º16.47%100%-
XYZ70.8272.03104.78-
YUV221.31147.01122.07-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 31.00%
GREEN value IS 219 (85.94% from 255) = 31.88%
BLUE value IS 255 (100% from 255) = 37.12%
R=31.00%
G=31.88%
B=37.12%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2132192550.160.1400231.4310091.76
HexD5DBFF10E00e7645c
Octal325333377201600347144134
Binary110101011101101111111111100001110001110011111001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5DBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5DBFF; }

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

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

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

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

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

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

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

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