#DDDBEB

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

Shades of Quartz #DDDBEB

Tints of Quartz #DDDBEB

Color information

#DDDBEB (or 0xDDDBEB) is unknown color: approx Quartz. HEX triplet: DD, DB and EB. RGB value is (221,219,235). Sum of RGB (Red+Green+Blue) = 221+219+235=675 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.74% from 675); Green value is 219 (85.94% from 255 or 32.44% from 675); Blue value is 235 (92.19% from 255 or 34.81% from 675); Max value from RGB is 235 - color contains mainly: blue. Hex color #DDDBEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDBEB is #222414. Grayscale: #DDDDDD. Windows color (decimal): -2237461 or 15457245. OLE color: 15457245.

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

Color convert

RGB221219235-
CMYK0.060.0700.08
HSL247.5º28.57%89.02%-
HSV(B)247.5º6.81%92.16%-
XYZ70.1572.0388.8-
YUV221.42135.66127.7-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.74%
GREEN value IS 219 (85.94% from 255) = 32.44%
BLUE value IS 235 (92.19% from 255) = 34.81%
R=32.74%
G=32.44%
B=34.81%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2212192350.060.0700.08247.528.5789.02
HexDDDBEB6708f81d59
Octal3353333536701037035131
Binary1101110111011011111010111101110100011111000111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDBEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDBEB; }

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

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

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

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

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

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

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

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