#DDDAE7

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

Shades of Quartz #DDDAE7

Tints of Quartz #DDDAE7

Color information

#DDDAE7 (or 0xDDDAE7) is unknown color: approx Quartz. HEX triplet: DD, DA and E7. RGB value is (221,218,231). Sum of RGB (Red+Green+Blue) = 221+218+231=670 (88% of max value = 765). Red value is 221 (86.72% from 255 or 32.99% from 670); Green value is 218 (85.55% from 255 or 32.54% from 670); Blue value is 231 (90.62% from 255 or 34.48% from 670); Max value from RGB is 231 - color contains mainly: blue. Hex color #DDDAE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDAE7 is #222518. Grayscale: #DCDCDC. Windows color (decimal): -2237721 or 15194845. OLE color: 15194845.

HSL color Cylindrical-coordinate representation of color #DDDAE7: hue angle of 253.85º degrees, saturation: 0.21, 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 #DDDAE7 is Cyan = 0.04, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB221218231-
CMYK0.040.0600.09
HSL253.85º21.31%88.04%-
HSV(B)253.85º5.63%90.59%-
XYZ69.3171.2885.71-
YUV220.38133.99128.44-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.99%
GREEN value IS 218 (85.55% from 255) = 32.54%
BLUE value IS 231 (90.62% from 255) = 34.48%
R=32.99%
G=32.54%
B=34.48%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2212182310.040.0600.09253.8521.3188.04
HexDDDAE74609fe1558
Octal3353323474601137625130
Binary1101110111011010111001111001100100111111110101011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDAE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDAE7; }

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

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

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

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

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

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

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

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