#DDDFF7

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

Shades of Quartz #DDDFF7

Tints of Quartz #DDDFF7

Color information

#DDDFF7 (or 0xDDDFF7) is unknown color: approx Quartz. HEX triplet: DD, DF and F7. RGB value is (221,223,247). Sum of RGB (Red+Green+Blue) = 221+223+247=691 (91% of max value = 765). Red value is 221 (86.72% from 255 or 31.98% from 691); Green value is 223 (87.5% from 255 or 32.27% from 691); Blue value is 247 (96.88% from 255 or 35.75% from 691); Max value from RGB is 247 - color contains mainly: blue. Hex color #DDDFF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDFF7 is #222008. Grayscale: #E1E1E1. Windows color (decimal): -2236425 or 16244701. OLE color: 16244701.

HSL color Cylindrical-coordinate representation of color #DDDFF7: hue angle of 235.38º degrees, saturation: 0.62, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DDDFF7 is Cyan = 0.11, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB221223247-
CMYK0.110.1000.03
HSL235.38º61.9%91.76%-
HSV(B)235.38º10.53%96.86%-
XYZ72.9974.8698.6-
YUV225.14140.34125.05-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.98%
GREEN value IS 223 (87.5% from 255) = 32.27%
BLUE value IS 247 (96.88% from 255) = 35.75%
R=31.98%
G=32.27%
B=35.75%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2212232470.110.1000.03235.3861.991.76
HexDDDFF7BA03eb3e5c
Octal33533736713120335376134
Binary11011101110111111111011110111010011111010111111101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDFF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDFF7; }

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

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

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

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

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

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

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

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