#DDDFF9

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

Shades of Quartz #DDDFF9

Tints of Quartz #DDDFF9

Color information

#DDDFF9 (or 0xDDDFF9) is unknown color: approx Quartz. HEX triplet: DD, DF and F9. RGB value is (221,223,249). Sum of RGB (Red+Green+Blue) = 221+223+249=693 (91% of max value = 765). Red value is 221 (86.72% from 255 or 31.89% from 693); Green value is 223 (87.5% from 255 or 32.18% from 693); Blue value is 249 (97.66% from 255 or 35.93% from 693); Max value from RGB is 249 - color contains mainly: blue. Hex color #DDDFF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDFF9 is #222006. Grayscale: #E1E1E1. Windows color (decimal): -2236423 or 16375773. OLE color: 16375773.

HSL color Cylindrical-coordinate representation of color #DDDFF9: hue angle of 235.71º 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 #DDDFF9 is Cyan = 0.11, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB221223249-
CMYK0.110.1000.02
HSL235.71º70%92.16%-
HSV(B)235.71º11.24%97.65%-
XYZ73.3174.99100.23-
YUV225.37141.34124.89-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.89%
GREEN value IS 223 (87.5% from 255) = 32.18%
BLUE value IS 249 (97.66% from 255) = 35.93%
R=31.89%
G=32.18%
B=35.93%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2212232490.110.1000.02235.717092.16
HexDDDFF9BA02ec465c
Octal335337371131202354106134
Binary110111011101111111111001101110100101110110010001101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDFF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDFF9; }

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

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

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

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

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

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

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

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