#DDD5FF

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

Shades of Quartz #DDD5FF

Tints of Quartz #DDD5FF

Color information

#DDD5FF (or 0xDDD5FF) is unknown color: approx Quartz. HEX triplet: DD, D5 and FF. RGB value is (221,213,255). Sum of RGB (Red+Green+Blue) = 221+213+255=689 (91% of max value = 765). Red value is 221 (86.72% from 255 or 32.08% from 689); Green value is 213 (83.59% from 255 or 30.91% from 689); Blue value is 255 (100% from 255 or 37.01% from 689); Max value from RGB is 255 - color contains mainly: blue. Hex color #DDD5FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD5FF is #222A00. Grayscale: #DCDCDC. Windows color (decimal): -2238977 or 16766429. OLE color: 16766429.

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

Color convert

RGB221213255-
CMYK0.130.1600
HSL251.43º100%91.76%-
HSV(B)251.43º16.47%100%-
XYZ71.6670.18104.38-
YUV220.18147.65128.58-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.08%
GREEN value IS 213 (83.59% from 255) = 30.91%
BLUE value IS 255 (100% from 255) = 37.01%
R=32.08%
G=30.91%
B=37.01%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2212132550.130.1600251.4310091.76
HexDDD5FFD1000fb645c
Octal335325377152000373144134
Binary110111011101010111111111110110000001111101111001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD5FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD5FF; }

 p { color: rgb(221,213,255); }

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

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

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

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

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

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

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