#DDDDE6

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

Shades of Quartz #DDDDE6

Tints of Quartz #DDDDE6

Color information

#DDDDE6 (or 0xDDDDE6) is unknown color: approx Quartz. HEX triplet: DD, DD and E6. RGB value is (221,221,230). Sum of RGB (Red+Green+Blue) = 221+221+230=672 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.89% from 672); Green value is 221 (86.72% from 255 or 32.89% from 672); Blue value is 230 (90.23% from 255 or 34.23% from 672); Max value from RGB is 230 - color contains mainly: blue. Hex color #DDDDE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDDE6 is #222219. Grayscale: #DDDDDD. Windows color (decimal): -2236954 or 15130077. OLE color: 15130077.

HSL color Cylindrical-coordinate representation of color #DDDDE6: hue angle of 240º degrees, saturation: 0.15, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DDDDE6 is Cyan = 0.04, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB221221230-
CMYK0.040.0400.10
HSL240º15.25%88.43%-
HSV(B)240º3.91%90.2%-
XYZ69.9672.885.23-
YUV222.03132.5127.27-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.89%
GREEN value IS 221 (86.72% from 255) = 32.89%
BLUE value IS 230 (90.23% from 255) = 34.23%
R=32.89%
G=32.89%
B=34.23%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2212212300.040.0400.1024015.2588.43
HexDDDDE6440Af0f58
Octal3353353464401236017130
Binary110111011101110111100110100100010101111000011111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDDE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDDE6; }

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

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

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

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

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

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

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

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