#DDDAEA

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

Shades of Quartz #DDDAEA

Tints of Quartz #DDDAEA

Color information

#DDDAEA (or 0xDDDAEA) is unknown color: approx Quartz. HEX triplet: DD, DA and EA. RGB value is (221,218,234). Sum of RGB (Red+Green+Blue) = 221+218+234=673 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.84% from 673); Green value is 218 (85.55% from 255 or 32.39% from 673); Blue value is 234 (91.80% from 255 or 34.77% from 673); Max value from RGB is 234 - color contains mainly: blue. Hex color #DDDAEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDAEA is #222515. Grayscale: #DCDCDC. Windows color (decimal): -2237718 or 15391453. OLE color: 15391453.

HSL color Cylindrical-coordinate representation of color #DDDAEA: hue angle of 251.25º degrees, saturation: 0.28, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DDDAEA is Cyan = 0.06, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB221218234-
CMYK0.060.0700.08
HSL251.25º27.59%88.63%-
HSV(B)251.25º6.84%91.76%-
XYZ69.7471.4687.96-
YUV220.72135.49128.2-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.84%
GREEN value IS 218 (85.55% from 255) = 32.39%
BLUE value IS 234 (91.80% from 255) = 34.77%
R=32.84%
G=32.39%
B=34.77%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2212182340.060.0700.08251.2527.5988.63
HexDDDAEA6708fb1c59
Octal3353323526701037334131
Binary1101110111011010111010101101110100011111011111001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDAEA; }

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

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

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

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

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

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

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

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