#D7DBFF

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

Shades of Quartz #D7DBFF

Tints of Quartz #D7DBFF

Color information

#D7DBFF (or 0xD7DBFF) is unknown color: approx Quartz. HEX triplet: D7, DB and FF. RGB value is (215,219,255). Sum of RGB (Red+Green+Blue) = 215+219+255=689 (91% of max value = 765). Red value is 215 (84.38% from 255 or 31.20% from 689); Green value is 219 (85.94% from 255 or 31.79% from 689); Blue value is 255 (100% from 255 or 37.01% from 689); Max value from RGB is 255 - color contains mainly: blue. Hex color #D7DBFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7DBFF is #282400. Grayscale: #DDDDDD. Windows color (decimal): -2630657 or 16767959. OLE color: 16767959.

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

Color convert

RGB215219255-
CMYK0.160.1400
HSL234º100%92.16%-
HSV(B)234º15.69%100%-
XYZ71.4172.33104.81-
YUV221.91146.67123.07-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 31.20%
GREEN value IS 219 (85.94% from 255) = 31.79%
BLUE value IS 255 (100% from 255) = 37.01%
R=31.20%
G=31.79%
B=37.01%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2152192550.160.140023410092.16
HexD7DBFF10E00ea645c
Octal327333377201600352144134
Binary110101111101101111111111100001110001110101011001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7DBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7DBFF; }

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

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

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

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

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

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

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

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