#DDD3FE

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

Shades of Quartz #DDD3FE

Tints of Quartz #DDD3FE

Color information

#DDD3FE (or 0xDDD3FE) is unknown color: approx Quartz. HEX triplet: DD, D3 and FE. RGB value is (221,211,254). Sum of RGB (Red+Green+Blue) = 221+211+254=686 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.22% from 686); Green value is 211 (82.81% from 255 or 30.76% from 686); Blue value is 254 (99.61% from 255 or 37.03% from 686); Max value from RGB is 254 - color contains mainly: blue. Hex color #DDD3FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD3FE is #222C01. Grayscale: #DADADA. Windows color (decimal): -2239490 or 16700381. OLE color: 16700381.

HSL color Cylindrical-coordinate representation of color #DDD3FE: hue angle of 253.95º degrees, saturation: 0.96, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DDD3FE is Cyan = 0.13, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB221211254-
CMYK0.130.1700.00
HSL253.95º95.56%91.18%-
HSV(B)253.95º16.93%99.61%-
XYZ7169.12103.36-
YUV218.89147.81129.5-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.22%
GREEN value IS 211 (82.81% from 255) = 30.76%
BLUE value IS 254 (99.61% from 255) = 37.03%
R=32.22%
G=30.76%
B=37.03%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2212112540.130.1700.00253.9595.5691.18
HexDDD3FED1100fe605b
Octal335323376152100376140133
Binary110111011101001111111110110110001001111111011000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD3FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD3FE; }

 p { color: rgb(221,211,254); }

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

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

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

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

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

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

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