#D2D9FE

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

Shades of Quartz #D2D9FE

Tints of Quartz #D2D9FE

Color information

#D2D9FE (or 0xD2D9FE) is unknown color: approx Quartz. HEX triplet: D2, D9 and FE. RGB value is (210,217,254). Sum of RGB (Red+Green+Blue) = 210+217+254=681 (90% of max value = 765). Red value is 210 (82.42% from 255 or 30.84% from 681); Green value is 217 (85.16% from 255 or 31.86% from 681); Blue value is 254 (99.61% from 255 or 37.30% from 681); Max value from RGB is 254 - color contains mainly: blue. Hex color #D2D9FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2D9FE is #2D2601. Grayscale: #DADADA. Windows color (decimal): -2958850 or 16701906. OLE color: 16701906.

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

Color convert

RGB210217254-
CMYK0.170.1500.00
HSL230.45º95.65%90.98%-
HSV(B)230.45º17.32%99.61%-
XYZ69.2870.48103.72-
YUV219.12147.68121.49-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 30.84%
GREEN value IS 217 (85.16% from 255) = 31.86%
BLUE value IS 254 (99.61% from 255) = 37.30%
R=30.84%
G=31.86%
B=37.30%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2102172540.170.1500.00230.4595.6590.98
HexD2D9FE11F00e6605b
Octal322331376211700346140133
Binary110100101101100111111110100011111001110011011000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2D9FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2D9FE; }

 p { color: rgb(210,217,254); }

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

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

 a { background-color: rgb(210,217,254); }

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

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

 span { border-color: rgb(210,217,254); }

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