#D8DAFA

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

Shades of Quartz #D8DAFA

Tints of Quartz #D8DAFA

Color information

#D8DAFA (or 0xD8DAFA) is unknown color: approx Quartz. HEX triplet: D8, DA and FA. RGB value is (216,218,250). Sum of RGB (Red+Green+Blue) = 216+218+250=684 (90% of max value = 765). Red value is 216 (84.77% from 255 or 31.58% from 684); Green value is 218 (85.55% from 255 or 31.87% from 684); Blue value is 250 (98.05% from 255 or 36.55% from 684); Max value from RGB is 250 - color contains mainly: blue. Hex color #D8DAFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8DAFA is #272505. Grayscale: #DCDCDC. Windows color (decimal): -2565382 or 16440024. OLE color: 16440024.

HSL color Cylindrical-coordinate representation of color #D8DAFA: hue angle of 236.47º degrees, saturation: 0.77, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D8DAFA is Cyan = 0.14, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB216218250-
CMYK0.140.1300.02
HSL236.47º77.27%91.37%-
HSV(B)236.47º13.6%98.04%-
XYZ70.6571.64100.55-
YUV221.05144.34124.4-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 31.58%
GREEN value IS 218 (85.55% from 255) = 31.87%
BLUE value IS 250 (98.05% from 255) = 36.55%
R=31.58%
G=31.87%
B=36.55%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2162182500.140.1300.02236.4777.2791.37
HexD8DAFAED02ec4d5b
Octal330332372161502354115133
Binary110110001101101011111010111011010101110110010011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8DAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8DAFA; }

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

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

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

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

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

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

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

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