#DDDFF6

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

Shades of Quartz #DDDFF6

Tints of Quartz #DDDFF6

Color information

#DDDFF6 (or 0xDDDFF6) is unknown color: approx Quartz. HEX triplet: DD, DF and F6. RGB value is (221,223,246). Sum of RGB (Red+Green+Blue) = 221+223+246=690 (91% of max value = 765). Red value is 221 (86.72% from 255 or 32.03% from 690); Green value is 223 (87.5% from 255 or 32.32% from 690); Blue value is 246 (96.48% from 255 or 35.65% from 690); Max value from RGB is 246 - color contains mainly: blue. Hex color #DDDFF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDFF6 is #222009. Grayscale: #E0E0E0. Windows color (decimal): -2236426 or 16179165. OLE color: 16179165.

HSL color Cylindrical-coordinate representation of color #DDDFF6: hue angle of 235.2º degrees, saturation: 0.58, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DDDFF6 is Cyan = 0.10, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB221223246-
CMYK0.100.0900.04
HSL235.2º58.14%91.57%-
HSV(B)235.2º10.16%96.47%-
XYZ72.8474.897.79-
YUV225.02139.84125.13-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.03%
GREEN value IS 223 (87.5% from 255) = 32.32%
BLUE value IS 246 (96.48% from 255) = 35.65%
R=32.03%
G=32.32%
B=35.65%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2212232460.100.0900.04235.258.1491.57
HexDDDFF6A904eb3a5c
Octal33533736612110435372134
Binary110111011101111111110110101010010100111010111110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDFF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDFF6; }

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

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

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

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

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

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

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

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