#DDDDE8

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

Shades of Quartz #DDDDE8

Tints of Quartz #DDDDE8

Color information

#DDDDE8 (or 0xDDDDE8) is unknown color: approx Quartz. HEX triplet: DD, DD and E8. RGB value is (221,221,232). Sum of RGB (Red+Green+Blue) = 221+221+232=674 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.79% from 674); Green value is 221 (86.72% from 255 or 32.79% from 674); Blue value is 232 (91.02% from 255 or 34.42% from 674); Max value from RGB is 232 - color contains mainly: blue. Hex color #DDDDE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDDE8 is #222217. Grayscale: #DEDEDE. Windows color (decimal): -2236952 or 15261149. OLE color: 15261149.

HSL color Cylindrical-coordinate representation of color #DDDDE8: hue angle of 240º 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 #DDDDE8 is Cyan = 0.05, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB221221232-
CMYK0.050.0500.09
HSL240º19.3%88.82%-
HSV(B)240º4.74%90.98%-
XYZ70.2472.9186.72-
YUV222.25133.5127.11-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.79%
GREEN value IS 221 (86.72% from 255) = 32.79%
BLUE value IS 232 (91.02% from 255) = 34.42%
R=32.79%
G=32.79%
B=34.42%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2212212320.050.0500.0924019.388.82
HexDDDDE85509f01359
Octal3353353505501136023131
Binary1101110111011101111010001011010100111110000100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDDE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDDE8; }

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

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

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

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

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

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

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

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