#DDDBEC

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

Shades of Quartz #DDDBEC

Tints of Quartz #DDDBEC

Color information

#DDDBEC (or 0xDDDBEC) is unknown color: approx Quartz. HEX triplet: DD, DB and EC. RGB value is (221,219,236). Sum of RGB (Red+Green+Blue) = 221+219+236=676 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.69% from 676); Green value is 219 (85.94% from 255 or 32.40% from 676); Blue value is 236 (92.58% from 255 or 34.91% from 676); Max value from RGB is 236 - color contains mainly: blue. Hex color #DDDBEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDBEC is #222413. Grayscale: #DDDDDD. Windows color (decimal): -2237460 or 15522781. OLE color: 15522781.

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

Color convert

RGB221219236-
CMYK0.060.0700.07
HSL247.06º30.91%89.22%-
HSV(B)247.06º7.2%92.55%-
XYZ70.2972.0989.57-
YUV221.54136.16127.62-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.69%
GREEN value IS 219 (85.94% from 255) = 32.40%
BLUE value IS 236 (92.58% from 255) = 34.91%
R=32.69%
G=32.40%
B=34.91%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2212192360.060.0700.07247.0630.9189.22
HexDDDBEC6707f71f59
Octal335333354670736737131
Binary110111011101101111101100110111011111110111111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDBEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDBEC; }

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

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

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

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

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

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

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

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