#D8DBFE

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

Shades of Quartz #D8DBFE

Tints of Quartz #D8DBFE

Color information

#D8DBFE (or 0xD8DBFE) is unknown color: approx Quartz. HEX triplet: D8, DB and FE. RGB value is (216,219,254). Sum of RGB (Red+Green+Blue) = 216+219+254=689 (91% of max value = 765). Red value is 216 (84.77% from 255 or 31.35% from 689); Green value is 219 (85.94% from 255 or 31.79% from 689); Blue value is 254 (99.61% from 255 or 36.87% from 689); Max value from RGB is 254 - color contains mainly: blue. Hex color #D8DBFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8DBFE is #272401. Grayscale: #DDDDDD. Windows color (decimal): -2565122 or 16702424. OLE color: 16702424.

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

Color convert

RGB216219254-
CMYK0.150.1400.00
HSL235.26º95%92.16%-
HSV(B)235.26º14.96%99.61%-
XYZ71.5472.42103.97-
YUV222.09146.01123.65-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 31.35%
GREEN value IS 219 (85.94% from 255) = 31.79%
BLUE value IS 254 (99.61% from 255) = 36.87%
R=31.35%
G=31.79%
B=36.87%

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
Decimal2162192540.150.1400.00235.269592.16
HexD8DBFEFE00eb5f5c
Octal330333376171600353137134
Binary11011000110110111111111011111110001110101110111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8DBFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8DBFE; }

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

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

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

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

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

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

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

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