#D4D4DC

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

Shades of Quartz #D4D4DC

Tints of Quartz #D4D4DC

Color information

#D4D4DC (or 0xD4D4DC) is unknown color: approx Quartz. HEX triplet: D4, D4 and DC. RGB value is (212,212,220). Sum of RGB (Red+Green+Blue) = 212+212+220=644 (85% of max value = 765). Red value is 212 (83.20% from 255 or 32.92% from 644); Green value is 212 (83.20% from 255 or 32.92% from 644); Blue value is 220 (86.33% from 255 or 34.16% from 644); Max value from RGB is 220 - color contains mainly: blue. Hex color #D4D4DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4D4DC is #2B2B23. Grayscale: #D4D4D4. Windows color (decimal): -2829092 or 14472404. OLE color: 14472404.

HSL color Cylindrical-coordinate representation of color #D4D4DC: hue angle of 240º degrees, saturation: 0.1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D4D4DC is Cyan = 0.04, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB212212220-
CMYK0.040.0400.14
HSL240º10.26%84.71%-
HSV(B)240º3.64%86.27%-
XYZ63.6166.2577.15-
YUV212.91132127.35-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 32.92%
GREEN value IS 212 (83.20% from 255) = 32.92%
BLUE value IS 220 (86.33% from 255) = 34.16%
R=32.92%
G=32.92%
B=34.16%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2122122200.040.0400.1424010.2684.71
HexD4D4DC440Ef0a55
Octal3243243344401636012125
Binary110101001101010011011100100100011101111000010101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4D4DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4D4DC; }

 p { color: rgb(212,212,220); }

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

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

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

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

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

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

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