#D4D9FD

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

Shades of Quartz #D4D9FD

Tints of Quartz #D4D9FD

Color information

#D4D9FD (or 0xD4D9FD) is unknown color: approx Quartz. HEX triplet: D4, D9 and FD. RGB value is (212,217,253). Sum of RGB (Red+Green+Blue) = 212+217+253=682 (90% of max value = 765). Red value is 212 (83.20% from 255 or 31.09% from 682); Green value is 217 (85.16% from 255 or 31.82% from 682); Blue value is 253 (99.22% from 255 or 37.10% from 682); Max value from RGB is 253 - color contains mainly: blue. Hex color #D4D9FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4D9FD is #2B2602. Grayscale: #DBDBDB. Windows color (decimal): -2827779 or 16636372. OLE color: 16636372.

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

Color convert

RGB212217253-
CMYK0.160.1400.01
HSL232.68º91.11%91.18%-
HSV(B)232.68º16.21%99.22%-
XYZ69.6970.71102.9-
YUV219.61146.84122.57-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 31.09%
GREEN value IS 217 (85.16% from 255) = 31.82%
BLUE value IS 253 (99.22% from 255) = 37.10%
R=31.09%
G=31.82%
B=37.10%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2122172530.160.1400.01232.6891.1191.18
HexD4D9FD10E01e95b5b
Octal324331375201601351133133
Binary110101001101100111111101100001110011110100110110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4D9FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4D9FD; }

 p { color: rgb(212,217,253); }

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

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

 a { background-color: rgb(212,217,253); }

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

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

 span { border-color: rgb(212,217,253); }

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