#DDD8FF

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

Shades of Quartz #DDD8FF

Tints of Quartz #DDD8FF

Color information

#DDD8FF (or 0xDDD8FF) is unknown color: approx Quartz. HEX triplet: DD, D8 and FF. RGB value is (221,216,255). Sum of RGB (Red+Green+Blue) = 221+216+255=692 (91% of max value = 765). Red value is 221 (86.72% from 255 or 31.94% from 692); Green value is 216 (84.77% from 255 or 31.21% from 692); Blue value is 255 (100% from 255 or 36.85% from 692); Max value from RGB is 255 - color contains mainly: blue. Hex color #DDD8FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD8FF is #222700. Grayscale: #DDDDDD. Windows color (decimal): -2238209 or 16767197. OLE color: 16767197.

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

Color convert

RGB221216255-
CMYK0.130.1500
HSL247.69º100%92.35%-
HSV(B)247.69º15.29%100%-
XYZ72.4271.7104.63-
YUV221.94146.66127.33-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.94%
GREEN value IS 216 (84.77% from 255) = 31.21%
BLUE value IS 255 (100% from 255) = 36.85%
R=31.94%
G=31.21%
B=36.85%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2212162550.130.1500247.6910092.35
HexDDD8FFDF00f8645c
Octal335330377151700370144134
Binary11011101110110001111111111011111001111100011001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD8FF; }

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

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

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

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

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

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

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

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