#DDDDF9

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

Shades of Quartz #DDDDF9

Tints of Quartz #DDDDF9

Color information

#DDDDF9 (or 0xDDDDF9) is unknown color: approx Quartz. HEX triplet: DD, DD and F9. RGB value is (221,221,249). Sum of RGB (Red+Green+Blue) = 221+221+249=691 (91% of max value = 765). Red value is 221 (86.72% from 255 or 31.98% from 691); Green value is 221 (86.72% from 255 or 31.98% from 691); Blue value is 249 (97.66% from 255 or 36.03% from 691); Max value from RGB is 249 - color contains mainly: blue. Hex color #DDDDF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDDF9 is #222206. Grayscale: #E0E0E0. Windows color (decimal): -2236935 or 16375261. OLE color: 16375261.

HSL color Cylindrical-coordinate representation of color #DDDDF9: hue angle of 240º degrees, saturation: 0.7, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DDDDF9 is Cyan = 0.11, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB221221249-
CMYK0.110.1100.02
HSL240º70%92.16%-
HSV(B)240º11.24%97.65%-
XYZ72.7773.92100.06-
YUV224.19142125.72-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.98%
GREEN value IS 221 (86.72% from 255) = 31.98%
BLUE value IS 249 (97.66% from 255) = 36.03%
R=31.98%
G=31.98%
B=36.03%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2212212490.110.1100.022407092.16
HexDDDDF9BB02f0465c
Octal335335371131302360106134
Binary110111011101110111111001101110110101111000010001101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDDF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDDF9; }

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

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

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

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

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

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

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

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