#DDDDEA

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

Shades of Quartz #DDDDEA

Tints of Quartz #DDDDEA

Color information

#DDDDEA (or 0xDDDDEA) is unknown color: approx Quartz. HEX triplet: DD, DD and EA. RGB value is (221,221,234). Sum of RGB (Red+Green+Blue) = 221+221+234=676 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.69% from 676); Green value is 221 (86.72% from 255 or 32.69% from 676); Blue value is 234 (91.80% from 255 or 34.62% from 676); Max value from RGB is 234 - color contains mainly: blue. Hex color #DDDDEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDDEA is #222215. Grayscale: #DEDEDE. Windows color (decimal): -2236950 or 15392221. OLE color: 15392221.

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

Color convert

RGB221221234-
CMYK0.060.0600.08
HSL240º23.64%89.22%-
HSV(B)240º5.56%91.76%-
XYZ70.5373.0388.22-
YUV222.48134.5126.94-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.69%
GREEN value IS 221 (86.72% from 255) = 32.69%
BLUE value IS 234 (91.80% from 255) = 34.62%
R=32.69%
G=32.69%
B=34.62%

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
Decimal2212212340.060.0600.0824023.6489.22
HexDDDDEA6608f01859
Octal3353353526601036030131
Binary1101110111011101111010101101100100011110000110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDDEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDDEA; }

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

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

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

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

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

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

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

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