#DDDEF9

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

Shades of Quartz #DDDEF9

Tints of Quartz #DDDEF9

Color information

#DDDEF9 (or 0xDDDEF9) is unknown color: approx Quartz. HEX triplet: DD, DE and F9. RGB value is (221,222,249). Sum of RGB (Red+Green+Blue) = 221+222+249=692 (91% of max value = 765). Red value is 221 (86.72% from 255 or 31.94% from 692); Green value is 222 (87.11% from 255 or 32.08% from 692); Blue value is 249 (97.66% from 255 or 35.98% from 692); Max value from RGB is 249 - color contains mainly: blue. Hex color #DDDEF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDEF9 is #222106. Grayscale: #E0E0E0. Windows color (decimal): -2236679 or 16375517. OLE color: 16375517.

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

Color convert

RGB221222249-
CMYK0.110.1100.02
HSL237.86º70%92.16%-
HSV(B)237.86º11.24%97.65%-
XYZ73.0474.45100.14-
YUV224.78141.67125.3-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.94%
GREEN value IS 222 (87.11% from 255) = 32.08%
BLUE value IS 249 (97.66% from 255) = 35.98%
R=31.94%
G=32.08%
B=35.98%

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
Decimal2212222490.110.1100.02237.867092.16
HexDDDEF9BB02ee465c
Octal335336371131302356106134
Binary110111011101111011111001101110110101110111010001101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDEF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDEF9; }

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

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

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

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

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

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

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

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