#DDDDEB

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

Shades of Quartz #DDDDEB

Tints of Quartz #DDDDEB

Color information

#DDDDEB (or 0xDDDDEB) is unknown color: approx Quartz. HEX triplet: DD, DD and EB. RGB value is (221,221,235). Sum of RGB (Red+Green+Blue) = 221+221+235=677 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.64% from 677); Green value is 221 (86.72% from 255 or 32.64% from 677); Blue value is 235 (92.19% from 255 or 34.71% from 677); Max value from RGB is 235 - color contains mainly: blue. Hex color #DDDDEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDDEB is #222214. Grayscale: #DEDEDE. Windows color (decimal): -2236949 or 15457757. OLE color: 15457757.

HSL color Cylindrical-coordinate representation of color #DDDDEB: hue angle of 240º 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 #DDDDEB is Cyan = 0.06, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB221221235-
CMYK0.060.0600.08
HSL240º25.93%89.41%-
HSV(B)240º5.96%92.16%-
XYZ70.6773.0888.98-
YUV222.6135126.86-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.64%
GREEN value IS 221 (86.72% from 255) = 32.64%
BLUE value IS 235 (92.19% from 255) = 34.71%
R=32.64%
G=32.64%
B=34.71%

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
Decimal2212212350.060.0600.0824025.9389.41
HexDDDDEB6608f01a59
Octal3353353536601036032131
Binary1101110111011101111010111101100100011110000110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDDEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDDEB; }

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

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

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

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

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

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

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

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