#DDD1FE

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

Shades of Quartz #DDD1FE

Tints of Quartz #DDD1FE

Color information

#DDD1FE (or 0xDDD1FE) is unknown color: approx Quartz. HEX triplet: DD, D1 and FE. RGB value is (221,209,254). Sum of RGB (Red+Green+Blue) = 221+209+254=684 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.31% from 684); Green value is 209 (82.03% from 255 or 30.56% from 684); Blue value is 254 (99.61% from 255 or 37.13% from 684); Max value from RGB is 254 - color contains mainly: blue. Hex color #DDD1FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD1FE is #222E01. Grayscale: #D9D9D9. Windows color (decimal): -2240002 or 16699869. OLE color: 16699869.

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

Color convert

RGB221209254-
CMYK0.130.1800.00
HSL256º95.74%90.78%-
HSV(B)256º17.72%99.61%-
XYZ70.5168.13103.2-
YUV217.72148.48130.34-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.31%
GREEN value IS 209 (82.03% from 255) = 30.56%
BLUE value IS 254 (99.61% from 255) = 37.13%
R=32.31%
G=30.56%
B=37.13%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2212092540.130.1800.0025695.7490.78
HexDDD1FED1200100605b
Octal335321376152200400140133
Binary1101110111010001111111101101100100010000000011000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD1FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD1FE; }

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

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

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

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

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

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

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

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