#DDDBE8

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

Shades of Quartz #DDDBE8

Tints of Quartz #DDDBE8

Color information

#DDDBE8 (or 0xDDDBE8) is unknown color: approx Quartz. HEX triplet: DD, DB and E8. RGB value is (221,219,232). Sum of RGB (Red+Green+Blue) = 221+219+232=672 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.89% from 672); Green value is 219 (85.94% from 255 or 32.59% from 672); Blue value is 232 (91.02% from 255 or 34.52% from 672); Max value from RGB is 232 - color contains mainly: blue. Hex color #DDDBE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDBE8 is #222417. Grayscale: #DDDDDD. Windows color (decimal): -2237464 or 15260637. OLE color: 15260637.

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

Color convert

RGB221219232-
CMYK0.050.0600.09
HSL249.23º22.03%88.43%-
HSV(B)249.23º5.6%90.98%-
XYZ69.7271.8686.54-
YUV221.08134.16127.94-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.89%
GREEN value IS 219 (85.94% from 255) = 32.59%
BLUE value IS 232 (91.02% from 255) = 34.52%
R=32.89%
G=32.59%
B=34.52%

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
Decimal2212192320.050.0600.09249.2322.0388.43
HexDDDBE85609f91658
Octal3353333505601137126130
Binary1101110111011011111010001011100100111111001101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDBE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDBE8; }

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

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

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

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

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

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

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

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