#DDDAE9

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

Shades of Quartz #DDDAE9

Tints of Quartz #DDDAE9

Color information

#DDDAE9 (or 0xDDDAE9) is unknown color: approx Quartz. HEX triplet: DD, DA and E9. RGB value is (221,218,233). Sum of RGB (Red+Green+Blue) = 221+218+233=672 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.89% from 672); Green value is 218 (85.55% from 255 or 32.44% from 672); Blue value is 233 (91.41% from 255 or 34.67% from 672); Max value from RGB is 233 - color contains mainly: blue. Hex color #DDDAE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDAE9 is #222516. Grayscale: #DCDCDC. Windows color (decimal): -2237719 or 15325917. OLE color: 15325917.

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

Color convert

RGB221218233-
CMYK0.050.0600.09
HSL252º25.42%88.43%-
HSV(B)252º6.44%91.37%-
XYZ69.671.487.2-
YUV220.61134.99128.28-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.89%
GREEN value IS 218 (85.55% from 255) = 32.44%
BLUE value IS 233 (91.41% from 255) = 34.67%
R=32.89%
G=32.44%
B=34.67%

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
Decimal2212182330.050.0600.0925225.4288.43
HexDDDAE95609fc1958
Octal3353323515601137431130
Binary1101110111011010111010011011100100111111100110011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDAE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDAE9; }

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

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

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

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

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

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

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

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