#D8DAFC

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

Shades of Quartz #D8DAFC

Tints of Quartz #D8DAFC

Color information

#D8DAFC (or 0xD8DAFC) is unknown color: approx Quartz. HEX triplet: D8, DA and FC. RGB value is (216,218,252). Sum of RGB (Red+Green+Blue) = 216+218+252=686 (90% of max value = 765). Red value is 216 (84.77% from 255 or 31.49% from 686); Green value is 218 (85.55% from 255 or 31.78% from 686); Blue value is 252 (98.83% from 255 or 36.73% from 686); Max value from RGB is 252 - color contains mainly: blue. Hex color #D8DAFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8DAFC is #272503. Grayscale: #DDDDDD. Windows color (decimal): -2565380 or 16571096. OLE color: 16571096.

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

Color convert

RGB216218252-
CMYK0.140.1300.01
HSL236.67º85.71%91.76%-
HSV(B)236.67º14.29%98.82%-
XYZ70.9671.77102.21-
YUV221.28145.34124.24-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 31.49%
GREEN value IS 218 (85.55% from 255) = 31.78%
BLUE value IS 252 (98.83% from 255) = 36.73%
R=31.49%
G=31.78%
B=36.73%

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
Decimal2162182520.140.1300.01236.6785.7191.76
HexD8DAFCED01ed565c
Octal330332374161501355126134
Binary11011000110110101111110011101101011110110110101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8DAFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8DAFC; }

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

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

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

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

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

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

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

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