#DDDBED

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

Shades of Quartz #DDDBED

Tints of Quartz #DDDBED

Color information

#DDDBED (or 0xDDDBED) is unknown color: approx Quartz. HEX triplet: DD, DB and ED. RGB value is (221,219,237). Sum of RGB (Red+Green+Blue) = 221+219+237=677 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.64% from 677); Green value is 219 (85.94% from 255 or 32.35% from 677); Blue value is 237 (92.97% from 255 or 35.01% from 677); Max value from RGB is 237 - color contains mainly: blue. Hex color #DDDBED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDBED is #222412. Grayscale: #DDDDDD. Windows color (decimal): -2237459 or 15588317. OLE color: 15588317.

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

Color convert

RGB221219237-
CMYK0.070.0800.07
HSL246.67º33.33%89.41%-
HSV(B)246.67º7.59%92.94%-
XYZ70.4472.1590.33-
YUV221.65136.66127.54-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.64%
GREEN value IS 219 (85.94% from 255) = 32.35%
BLUE value IS 237 (92.97% from 255) = 35.01%
R=32.64%
G=32.35%
B=35.01%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2212192370.070.0800.07246.6733.3389.41
HexDDDBED7807f72159
Octal3353333557100736741131
Binary11011101110110111110110111110000111111101111000011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDBED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDBED; }

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

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

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

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

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

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

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

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