#D8DBFC

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

Shades of Quartz #D8DBFC

Tints of Quartz #D8DBFC

Color information

#D8DBFC (or 0xD8DBFC) is unknown color: approx Quartz. HEX triplet: D8, DB and FC. RGB value is (216,219,252). Sum of RGB (Red+Green+Blue) = 216+219+252=687 (90% of max value = 765). Red value is 216 (84.77% from 255 or 31.44% from 687); Green value is 219 (85.94% from 255 or 31.88% from 687); Blue value is 252 (98.83% from 255 or 36.68% from 687); Max value from RGB is 252 - color contains mainly: blue. Hex color #D8DBFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8DBFC is #272403. Grayscale: #DDDDDD. Windows color (decimal): -2565124 or 16571352. OLE color: 16571352.

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

Color convert

RGB216219252-
CMYK0.140.1300.01
HSL235º85.71%91.76%-
HSV(B)235º14.29%98.82%-
XYZ71.2272.29102.3-
YUV221.86145.01123.82-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 31.44%
GREEN value IS 219 (85.94% from 255) = 31.88%
BLUE value IS 252 (98.83% from 255) = 36.68%
R=31.44%
G=31.88%
B=36.68%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2162192520.140.1300.0123585.7191.76
HexD8DBFCED01eb565c
Octal330333374161501353126134
Binary11011000110110111111110011101101011110101110101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8DBFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8DBFC; }

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

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

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

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

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

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

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

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