#DDDBEA

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

Shades of Quartz #DDDBEA

Tints of Quartz #DDDBEA

Color information

#DDDBEA (or 0xDDDBEA) is unknown color: approx Quartz. HEX triplet: DD, DB and EA. RGB value is (221,219,234). Sum of RGB (Red+Green+Blue) = 221+219+234=674 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.79% from 674); Green value is 219 (85.94% from 255 or 32.49% from 674); Blue value is 234 (91.80% from 255 or 34.72% from 674); Max value from RGB is 234 - color contains mainly: blue. Hex color #DDDBEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDBEA is #222415. Grayscale: #DDDDDD. Windows color (decimal): -2237462 or 15391709. OLE color: 15391709.

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

Color convert

RGB221219234-
CMYK0.060.0600.08
HSL248º26.32%88.82%-
HSV(B)248º6.41%91.76%-
XYZ7071.9888.05-
YUV221.31135.16127.78-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.79%
GREEN value IS 219 (85.94% from 255) = 32.49%
BLUE value IS 234 (91.80% from 255) = 34.72%
R=32.79%
G=32.49%
B=34.72%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2212192340.060.0600.0824826.3288.82
HexDDDBEA6608f81a59
Octal3353333526601037032131
Binary1101110111011011111010101101100100011111000110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDBEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDBEA; }

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

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

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

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

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

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

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

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