#D8DAF1

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

Shades of Quartz #D8DAF1

Tints of Quartz #D8DAF1

Color information

#D8DAF1 (or 0xD8DAF1) is unknown color: approx Quartz. HEX triplet: D8, DA and F1. RGB value is (216,218,241). Sum of RGB (Red+Green+Blue) = 216+218+241=675 (89% of max value = 765). Red value is 216 (84.77% from 255 or 32% from 675); Green value is 218 (85.55% from 255 or 32.30% from 675); Blue value is 241 (94.53% from 255 or 35.70% from 675); Max value from RGB is 241 - color contains mainly: blue. Hex color #D8DAF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8DAF1 is #27250E. Grayscale: #DBDBDB. Windows color (decimal): -2565391 or 15850200. OLE color: 15850200.

HSL color Cylindrical-coordinate representation of color #D8DAF1: hue angle of 235.2º degrees, saturation: 0.47, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D8DAF1 is Cyan = 0.10, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB216218241-
CMYK0.100.1000.05
HSL235.2º47.17%89.61%-
HSV(B)235.2º10.37%94.51%-
XYZ69.2771.0993.29-
YUV220.02139.84125.13-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 32%
GREEN value IS 218 (85.55% from 255) = 32.30%
BLUE value IS 241 (94.53% from 255) = 35.70%
R=32%
G=32.30%
B=35.70%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2162182410.100.1000.05235.247.1789.61
HexD8DAF1AA05eb2f5a
Octal33033236112120535357132
Binary110110001101101011110001101010100101111010111011111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8DAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8DAF1; }

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

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

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

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

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

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

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

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