#D7DBFE

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

Shades of Quartz #D7DBFE

Tints of Quartz #D7DBFE

Color information

#D7DBFE (or 0xD7DBFE) is unknown color: approx Quartz. HEX triplet: D7, DB and FE. RGB value is (215,219,254). Sum of RGB (Red+Green+Blue) = 215+219+254=688 (91% of max value = 765). Red value is 215 (84.38% from 255 or 31.25% from 688); Green value is 219 (85.94% from 255 or 31.83% from 688); Blue value is 254 (99.61% from 255 or 36.92% from 688); Max value from RGB is 254 - color contains mainly: blue. Hex color #D7DBFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7DBFE is #282401. Grayscale: #DDDDDD. Windows color (decimal): -2630658 or 16702423. OLE color: 16702423.

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

Color convert

RGB215219254-
CMYK0.150.1400.00
HSL233.85º95.12%91.96%-
HSV(B)233.85º15.35%99.61%-
XYZ71.2572.27103.96-
YUV221.79146.17123.15-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 31.25%
GREEN value IS 219 (85.94% from 255) = 31.83%
BLUE value IS 254 (99.61% from 255) = 36.92%
R=31.25%
G=31.83%
B=36.92%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2152192540.150.1400.00233.8595.1291.96
HexD7DBFEFE00ea5f5c
Octal327333376171600352137134
Binary11010111110110111111111011111110001110101010111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7DBFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7DBFE; }

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

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

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

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

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

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

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

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