#D2D8FC

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

Shades of Quartz #D2D8FC

Tints of Quartz #D2D8FC

Color information

#D2D8FC (or 0xD2D8FC) is unknown color: approx Quartz. HEX triplet: D2, D8 and FC. RGB value is (210,216,252). Sum of RGB (Red+Green+Blue) = 210+216+252=678 (89% of max value = 765). Red value is 210 (82.42% from 255 or 30.97% from 678); Green value is 216 (84.77% from 255 or 31.86% from 678); Blue value is 252 (98.83% from 255 or 37.17% from 678); Max value from RGB is 252 - color contains mainly: blue. Hex color #D2D8FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2D8FC is #2D2703. Grayscale: #DADADA. Windows color (decimal): -2959108 or 16570578. OLE color: 16570578.

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

Color convert

RGB210216252-
CMYK0.170.1400.01
HSL231.43º87.5%90.59%-
HSV(B)231.43º16.67%98.82%-
XYZ68.769.84101.96-
YUV218.31147.01122.07-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 30.97%
GREEN value IS 216 (84.77% from 255) = 31.86%
BLUE value IS 252 (98.83% from 255) = 37.17%
R=30.97%
G=31.86%
B=37.17%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2102162520.170.1400.01231.4387.590.59
HexD2D8FC11E01e7585b
Octal322330374211601347130133
Binary110100101101100011111100100011110011110011110110001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2D8FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2D8FC; }

 p { color: rgb(210,216,252); }

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

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

 a { background-color: rgb(210,216,252); }

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

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

 span { border-color: rgb(210,216,252); }

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