#DDDDFF

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

Shades of Quartz #DDDDFF

Tints of Quartz #DDDDFF

Color information

#DDDDFF (or 0xDDDDFF) is unknown color: approx Quartz. HEX triplet: DD, DD and FF. RGB value is (221,221,255). Sum of RGB (Red+Green+Blue) = 221+221+255=697 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.71% from 697); Green value is 221 (86.72% from 255 or 31.71% from 697); Blue value is 255 (100% from 255 or 36.59% from 697); Max value from RGB is 255 - color contains mainly: blue. Hex color #DDDDFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDDFF is #222200. Grayscale: #E0E0E0. Windows color (decimal): -2236929 or 16768477. OLE color: 16768477.

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

Color convert

RGB221221255-
CMYK0.130.1300
HSL240º100%93.33%-
HSV(B)240º13.33%100%-
XYZ73.7374.31105.06-
YUV224.88145125.24-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.71%
GREEN value IS 221 (86.72% from 255) = 31.71%
BLUE value IS 255 (100% from 255) = 36.59%
R=31.71%
G=31.71%
B=36.59%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2212212550.130.130024010093.33
HexDDDDFFDD00f0645d
Octal335335377151500360144135
Binary11011101110111011111111111011101001111000011001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDDFF; }

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

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

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

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

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

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

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

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