#DDD7FF

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

Shades of Quartz #DDD7FF

Tints of Quartz #DDD7FF

Color information

#DDD7FF (or 0xDDD7FF) is unknown color: approx Quartz. HEX triplet: DD, D7 and FF. RGB value is (221,215,255). Sum of RGB (Red+Green+Blue) = 221+215+255=691 (91% of max value = 765). Red value is 221 (86.72% from 255 or 31.98% from 691); Green value is 215 (84.38% from 255 or 31.11% from 691); Blue value is 255 (100% from 255 or 36.90% from 691); Max value from RGB is 255 - color contains mainly: blue. Hex color #DDD7FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD7FF is #222800. Grayscale: #DDDDDD. Windows color (decimal): -2238465 or 16766941. OLE color: 16766941.

HSL color Cylindrical-coordinate representation of color #DDD7FF: hue angle of 249º 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 #DDD7FF is Cyan = 0.13, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB221215255-
CMYK0.130.1600
HSL249º100%92.16%-
HSV(B)249º15.69%100%-
XYZ72.1771.19104.55-
YUV221.35146.99127.75-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.98%
GREEN value IS 215 (84.38% from 255) = 31.11%
BLUE value IS 255 (100% from 255) = 36.90%
R=31.98%
G=31.11%
B=36.90%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2212152550.130.160024910092.16
HexDDD7FFD1000f9645c
Octal335327377152000371144134
Binary110111011101011111111111110110000001111100111001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD7FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD7FF; }

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

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

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

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

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

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

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

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