#DDDDFA

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

Shades of Quartz #DDDDFA

Tints of Quartz #DDDDFA

Color information

#DDDDFA (or 0xDDDDFA) is unknown color: approx Quartz. HEX triplet: DD, DD and FA. RGB value is (221,221,250). Sum of RGB (Red+Green+Blue) = 221+221+250=692 (91% of max value = 765). Red value is 221 (86.72% from 255 or 31.94% from 692); Green value is 221 (86.72% from 255 or 31.94% from 692); Blue value is 250 (98.05% from 255 or 36.13% from 692); Max value from RGB is 250 - color contains mainly: blue. Hex color #DDDDFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDDFA is #222205. Grayscale: #E0E0E0. Windows color (decimal): -2236934 or 16440797. OLE color: 16440797.

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

Color convert

RGB221221250-
CMYK0.120.1200.02
HSL240º74.36%92.35%-
HSV(B)240º11.6%98.04%-
XYZ72.9373.99100.88-
YUV224.31142.5125.64-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.94%
GREEN value IS 221 (86.72% from 255) = 31.94%
BLUE value IS 250 (98.05% from 255) = 36.13%
R=31.94%
G=31.94%
B=36.13%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2212212500.120.1200.0224074.3692.35
HexDDDDFACC02f04a5c
Octal335335372141402360112134
Binary110111011101110111111010110011000101111000010010101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDDFA; }

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

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

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

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

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

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

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

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