#D8DAFF

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

Shades of Quartz #D8DAFF

Tints of Quartz #D8DAFF

Color information

#D8DAFF (or 0xD8DAFF) is unknown color: approx Quartz. HEX triplet: D8, DA and FF. RGB value is (216,218,255). Sum of RGB (Red+Green+Blue) = 216+218+255=689 (91% of max value = 765). Red value is 216 (84.77% from 255 or 31.35% from 689); Green value is 218 (85.55% from 255 or 31.64% from 689); Blue value is 255 (100% from 255 or 37.01% from 689); Max value from RGB is 255 - color contains mainly: blue. Hex color #D8DAFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8DAFF is #272500. Grayscale: #DDDDDD. Windows color (decimal): -2565377 or 16767704. OLE color: 16767704.

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

Color convert

RGB216218255-
CMYK0.150.1500
HSL236.92º100%92.35%-
HSV(B)236.92º15.29%100%-
XYZ71.4471.96104.73-
YUV221.62146.84123.99-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 31.35%
GREEN value IS 218 (85.55% from 255) = 31.64%
BLUE value IS 255 (100% from 255) = 37.01%
R=31.35%
G=31.64%
B=37.01%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2162182550.150.1500236.9210092.35
HexD8DAFFFF00ed645c
Octal330332377171700355144134
Binary11011000110110101111111111111111001110110111001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8DAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8DAFF; }

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

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

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

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

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

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

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

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