#D4D1F2

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

Shades of Quartz #D4D1F2

Tints of Quartz #D4D1F2

Color information

#D4D1F2 (or 0xD4D1F2) is unknown color: approx Quartz. HEX triplet: D4, D1 and F2. RGB value is (212,209,242). Sum of RGB (Red+Green+Blue) = 212+209+242=663 (87% of max value = 765). Red value is 212 (83.20% from 255 or 31.98% from 663); Green value is 209 (82.03% from 255 or 31.52% from 663); Blue value is 242 (94.92% from 255 or 36.50% from 663); Max value from RGB is 242 - color contains mainly: blue. Hex color #D4D1F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4D1F2 is #2B2E0D. Grayscale: #D5D5D5. Windows color (decimal): -2829838 or 15913428. OLE color: 15913428.

HSL color Cylindrical-coordinate representation of color #D4D1F2: hue angle of 245.45º degrees, saturation: 0.56, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D4D1F2 is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB212209242-
CMYK0.120.1400.05
HSL245.45º55.93%88.43%-
HSV(B)245.45º13.64%94.9%-
XYZ65.9866.0193.27-
YUV213.66143.99126.82-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 31.98%
GREEN value IS 209 (82.03% from 255) = 31.52%
BLUE value IS 242 (94.92% from 255) = 36.50%
R=31.98%
G=31.52%
B=36.50%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2122092420.120.1400.05245.4555.9388.43
HexD4D1F2CE05f53858
Octal32432136214160536570130
Binary110101001101000111110010110011100101111101011110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4D1F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4D1F2; }

 p { color: rgb(212,209,242); }

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

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

 a { background-color: rgb(212,209,242); }

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

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

 span { border-color: rgb(212,209,242); }

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