#D4D4DD

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

Shades of Quartz #D4D4DD

Tints of Quartz #D4D4DD

Color information

#D4D4DD (or 0xD4D4DD) is unknown color: approx Quartz. HEX triplet: D4, D4 and DD. RGB value is (212,212,221). Sum of RGB (Red+Green+Blue) = 212+212+221=645 (85% of max value = 765). Red value is 212 (83.20% from 255 or 32.87% from 645); Green value is 212 (83.20% from 255 or 32.87% from 645); Blue value is 221 (86.72% from 255 or 34.26% from 645); Max value from RGB is 221 - color contains mainly: blue. Hex color #D4D4DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4D4DD is #2B2B22. Grayscale: #D4D4D4. Windows color (decimal): -2829091 or 14537940. OLE color: 14537940.

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

Color convert

RGB212212221-
CMYK0.040.0400.13
HSL240º11.69%84.9%-
HSV(B)240º4.07%86.67%-
XYZ63.7566.377.84-
YUV213.03132.5127.27-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 32.87%
GREEN value IS 212 (83.20% from 255) = 32.87%
BLUE value IS 221 (86.72% from 255) = 34.26%
R=32.87%
G=32.87%
B=34.26%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2122122210.040.0400.1324011.6984.9
HexD4D4DD440Df0c55
Octal3243243354401536014125
Binary110101001101010011011101100100011011111000011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4D4DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4D4DD; }

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

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

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

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

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

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

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

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