#DDDEE8

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

Shades of Quartz #DDDEE8

Tints of Quartz #DDDEE8

Color information

#DDDEE8 (or 0xDDDEE8) is unknown color: approx Quartz. HEX triplet: DD, DE and E8. RGB value is (221,222,232). Sum of RGB (Red+Green+Blue) = 221+222+232=675 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.74% from 675); Green value is 222 (87.11% from 255 or 32.89% from 675); Blue value is 232 (91.02% from 255 or 34.37% from 675); Max value from RGB is 232 - color contains mainly: blue. Hex color #DDDEE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDEE8 is #222117. Grayscale: #DEDEDE. Windows color (decimal): -2236696 or 15261405. OLE color: 15261405.

HSL color Cylindrical-coordinate representation of color #DDDEE8: hue angle of 234.55º degrees, saturation: 0.19, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DDDEE8 is Cyan = 0.05, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB221222232-
CMYK0.050.0400.09
HSL234.55º19.3%88.82%-
HSV(B)234.55º4.74%90.98%-
XYZ70.5173.4486.8-
YUV222.84133.17126.69-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.74%
GREEN value IS 222 (87.11% from 255) = 32.89%
BLUE value IS 232 (91.02% from 255) = 34.37%
R=32.74%
G=32.89%
B=34.37%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2212222320.050.0400.09234.5519.388.82
HexDDDEE85409eb1359
Octal3353363505401135323131
Binary1101110111011110111010001011000100111101011100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDEE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDEE8; }

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

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

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

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

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

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

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

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