#DDDAFA

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

Shades of Quartz #DDDAFA

Tints of Quartz #DDDAFA

Color information

#DDDAFA (or 0xDDDAFA) is unknown color: approx Quartz. HEX triplet: DD, DA and FA. RGB value is (221,218,250). Sum of RGB (Red+Green+Blue) = 221+218+250=689 (91% of max value = 765). Red value is 221 (86.72% from 255 or 32.08% from 689); Green value is 218 (85.55% from 255 or 31.64% from 689); Blue value is 250 (98.05% from 255 or 36.28% from 689); Max value from RGB is 250 - color contains mainly: blue. Hex color #DDDAFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDAFA is #222505. Grayscale: #DEDEDE. Windows color (decimal): -2237702 or 16440029. OLE color: 16440029.

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

Color convert

RGB221218250-
CMYK0.120.1300.02
HSL245.62º76.19%91.76%-
HSV(B)245.62º12.8%98.04%-
XYZ72.1572.42100.62-
YUV222.54143.49126.9-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.08%
GREEN value IS 218 (85.55% from 255) = 31.64%
BLUE value IS 250 (98.05% from 255) = 36.28%
R=32.08%
G=31.64%
B=36.28%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2212182500.120.1300.02245.6276.1991.76
HexDDDAFACD02f64c5c
Octal335332372141502366114134
Binary110111011101101011111010110011010101111011010011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDAFA; }

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

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

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

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

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

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

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

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