#DDDBE9

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

Shades of Quartz #DDDBE9

Tints of Quartz #DDDBE9

Color information

#DDDBE9 (or 0xDDDBE9) is unknown color: approx Quartz. HEX triplet: DD, DB and E9. RGB value is (221,219,233). Sum of RGB (Red+Green+Blue) = 221+219+233=673 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.84% from 673); Green value is 219 (85.94% from 255 or 32.54% from 673); Blue value is 233 (91.41% from 255 or 34.62% from 673); Max value from RGB is 233 - color contains mainly: blue. Hex color #DDDBE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDBE9 is #222416. Grayscale: #DDDDDD. Windows color (decimal): -2237463 or 15326173. OLE color: 15326173.

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

Color convert

RGB221219233-
CMYK0.050.0600.09
HSL248.57º24.14%88.63%-
HSV(B)248.57º6.01%91.37%-
XYZ69.8671.9287.29-
YUV221.19134.66127.86-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.84%
GREEN value IS 219 (85.94% from 255) = 32.54%
BLUE value IS 233 (91.41% from 255) = 34.62%
R=32.84%
G=32.54%
B=34.62%

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
Decimal2212192330.050.0600.09248.5724.1488.63
HexDDDBE95609f91859
Octal3353333515601137130131
Binary1101110111011011111010011011100100111111001110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDBE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDBE9; }

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

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

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

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

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

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

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

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