#DDDAEC

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

Shades of Quartz #DDDAEC

Tints of Quartz #DDDAEC

Color information

#DDDAEC (or 0xDDDAEC) is unknown color: approx Quartz. HEX triplet: DD, DA and EC. RGB value is (221,218,236). Sum of RGB (Red+Green+Blue) = 221+218+236=675 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.74% from 675); Green value is 218 (85.55% from 255 or 32.30% from 675); Blue value is 236 (92.58% from 255 or 34.96% from 675); Max value from RGB is 236 - color contains mainly: blue. Hex color #DDDAEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDAEC is #222513. Grayscale: #DCDCDC. Windows color (decimal): -2237716 or 15522525. OLE color: 15522525.

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

Color convert

RGB221218236-
CMYK0.060.0800.07
HSL250º32.14%89.02%-
HSV(B)250º7.63%92.55%-
XYZ70.0371.5789.48-
YUV220.95136.49128.04-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.74%
GREEN value IS 218 (85.55% from 255) = 32.30%
BLUE value IS 236 (92.58% from 255) = 34.96%
R=32.74%
G=32.30%
B=34.96%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2212182360.060.0800.0725032.1489.02
HexDDDAEC6807fa2059
Octal3353323546100737240131
Binary11011101110110101110110011010000111111110101000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDAEC; }

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

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

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

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

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

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

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

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