#D8D9F1

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

Shades of Quartz #D8D9F1

Tints of Quartz #D8D9F1

Color information

#D8D9F1 (or 0xD8D9F1) is unknown color: approx Quartz. HEX triplet: D8, D9 and F1. RGB value is (216,217,241). Sum of RGB (Red+Green+Blue) = 216+217+241=674 (89% of max value = 765). Red value is 216 (84.77% from 255 or 32.05% from 674); Green value is 217 (85.16% from 255 or 32.20% from 674); Blue value is 241 (94.53% from 255 or 35.76% from 674); Max value from RGB is 241 - color contains mainly: blue. Hex color #D8D9F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8D9F1 is #27260E. Grayscale: #DBDBDB. Windows color (decimal): -2565647 or 15849944. OLE color: 15849944.

HSL color Cylindrical-coordinate representation of color #D8D9F1: hue angle of 237.6º 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 #D8D9F1 is Cyan = 0.10, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB216217241-
CMYK0.100.1000.05
HSL237.6º47.17%89.61%-
HSV(B)237.6º10.37%94.51%-
XYZ69.0170.5893.2-
YUV219.44140.17125.55-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 32.05%
GREEN value IS 217 (85.16% from 255) = 32.20%
BLUE value IS 241 (94.53% from 255) = 35.76%
R=32.05%
G=32.20%
B=35.76%

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
Decimal2162172410.100.1000.05237.647.1789.61
HexD8D9F1AA05ee2f5a
Octal33033136112120535657132
Binary110110001101100111110001101010100101111011101011111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8D9F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8D9F1; }

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

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

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

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

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

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

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

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