#DDDEE5

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

Shades of Quartz #DDDEE5

Tints of Quartz #DDDEE5

Color information

#DDDEE5 (or 0xDDDEE5) is unknown color: approx Quartz. HEX triplet: DD, DE and E5. RGB value is (221,222,229). Sum of RGB (Red+Green+Blue) = 221+222+229=672 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.89% from 672); Green value is 222 (87.11% from 255 or 33.04% from 672); Blue value is 229 (89.84% from 255 or 34.08% from 672); Max value from RGB is 229 - color contains mainly: blue. Hex color #DDDEE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDEE5 is #22211A. Grayscale: #DEDEDE. Windows color (decimal): -2236699 or 15064797. OLE color: 15064797.

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

Color convert

RGB221222229-
CMYK0.030.0300.10
HSL232.5º13.33%88.24%-
HSV(B)232.5º3.49%89.8%-
XYZ70.0873.2784.58-
YUV222.5131.67126.93-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.89%
GREEN value IS 222 (87.11% from 255) = 33.04%
BLUE value IS 229 (89.84% from 255) = 34.08%
R=32.89%
G=33.04%
B=34.08%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2212222290.030.0300.10232.513.3388.24
HexDDDEE5330Ae8d58
Octal3353363453301235015130
Binary1101110111011110111001011111010101110100011011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDEE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDEE5; }

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

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

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

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

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

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

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

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