#D8DAFD

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

Shades of Quartz #D8DAFD

Tints of Quartz #D8DAFD

Color information

#D8DAFD (or 0xD8DAFD) is unknown color: approx Quartz. HEX triplet: D8, DA and FD. RGB value is (216,218,253). Sum of RGB (Red+Green+Blue) = 216+218+253=687 (90% of max value = 765). Red value is 216 (84.77% from 255 or 31.44% from 687); Green value is 218 (85.55% from 255 or 31.73% from 687); Blue value is 253 (99.22% from 255 or 36.83% from 687); Max value from RGB is 253 - color contains mainly: blue. Hex color #D8DAFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8DAFD is #272502. Grayscale: #DDDDDD. Windows color (decimal): -2565379 or 16636632. OLE color: 16636632.

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

Color convert

RGB216218253-
CMYK0.150.1400.01
HSL236.76º90.24%91.96%-
HSV(B)236.76º14.62%99.22%-
XYZ71.1271.83103.05-
YUV221.39145.84124.15-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 31.44%
GREEN value IS 218 (85.55% from 255) = 31.73%
BLUE value IS 253 (99.22% from 255) = 36.83%
R=31.44%
G=31.73%
B=36.83%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2162182530.150.1400.01236.7690.2491.96
HexD8DAFDFE01ed5a5c
Octal330332375171601355132134
Binary11011000110110101111110111111110011110110110110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8DAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8DAFD; }

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

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

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

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

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

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

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

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