#DDDEEA

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

Shades of Quartz #DDDEEA

Tints of Quartz #DDDEEA

Color information

#DDDEEA (or 0xDDDEEA) is unknown color: approx Quartz. HEX triplet: DD, DE and EA. RGB value is (221,222,234). Sum of RGB (Red+Green+Blue) = 221+222+234=677 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.64% from 677); Green value is 222 (87.11% from 255 or 32.79% from 677); Blue value is 234 (91.80% from 255 or 34.56% from 677); Max value from RGB is 234 - color contains mainly: blue. Hex color #DDDEEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDEEA is #222115. Grayscale: #DFDFDF. Windows color (decimal): -2236694 or 15392477. OLE color: 15392477.

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

Color convert

RGB221222234-
CMYK0.060.0500.08
HSL235.38º23.64%89.22%-
HSV(B)235.38º5.56%91.76%-
XYZ70.7973.5688.31-
YUV223.07134.17126.52-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.64%
GREEN value IS 222 (87.11% from 255) = 32.79%
BLUE value IS 234 (91.80% from 255) = 34.56%
R=32.64%
G=32.79%
B=34.56%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2212222340.060.0500.08235.3823.6489.22
HexDDDEEA6508eb1859
Octal3353363526501035330131
Binary1101110111011110111010101101010100011101011110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDEEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDEEA; }

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

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

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

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

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

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

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

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