#DDDAE8

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

Shades of Quartz #DDDAE8

Tints of Quartz #DDDAE8

Color information

#DDDAE8 (or 0xDDDAE8) is unknown color: approx Quartz. HEX triplet: DD, DA and E8. RGB value is (221,218,232). Sum of RGB (Red+Green+Blue) = 221+218+232=671 (88% of max value = 765). Red value is 221 (86.72% from 255 or 32.94% from 671); Green value is 218 (85.55% from 255 or 32.49% from 671); Blue value is 232 (91.02% from 255 or 34.58% from 671); Max value from RGB is 232 - color contains mainly: blue. Hex color #DDDAE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDAE8 is #222517. Grayscale: #DCDCDC. Windows color (decimal): -2237720 or 15260381. OLE color: 15260381.

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

Color convert

RGB221218232-
CMYK0.050.0600.09
HSL252.86º23.33%88.24%-
HSV(B)252.86º6.03%90.98%-
XYZ69.4671.3486.45-
YUV220.49134.49128.36-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.94%
GREEN value IS 218 (85.55% from 255) = 32.49%
BLUE value IS 232 (91.02% from 255) = 34.58%
R=32.94%
G=32.49%
B=34.58%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2212182320.050.0600.09252.8623.3388.24
HexDDDAE85609fd1758
Octal3353323505601137527130
Binary1101110111011010111010001011100100111111101101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDAE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDAE8; }

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

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

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

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

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

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

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

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