#DDDBFA

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

Shades of Quartz #DDDBFA

Tints of Quartz #DDDBFA

Color information

#DDDBFA (or 0xDDDBFA) is unknown color: approx Quartz. HEX triplet: DD, DB and FA. RGB value is (221,219,250). Sum of RGB (Red+Green+Blue) = 221+219+250=690 (91% of max value = 765). Red value is 221 (86.72% from 255 or 32.03% from 690); Green value is 219 (85.94% from 255 or 31.74% from 690); Blue value is 250 (98.05% from 255 or 36.23% from 690); Max value from RGB is 250 - color contains mainly: blue. Hex color #DDDBFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDBFA is #222405. Grayscale: #DFDFDF. Windows color (decimal): -2237446 or 16440285. OLE color: 16440285.

HSL color Cylindrical-coordinate representation of color #DDDBFA: hue angle of 243.87º degrees, saturation: 0.76, 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 #DDDBFA is Cyan = 0.12, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB221219250-
CMYK0.120.1200.02
HSL243.87º75.61%91.96%-
HSV(B)243.87º12.4%98.04%-
XYZ72.4172.94100.7-
YUV223.13143.16126.48-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.03%
GREEN value IS 219 (85.94% from 255) = 31.74%
BLUE value IS 250 (98.05% from 255) = 36.23%
R=32.03%
G=31.74%
B=36.23%

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
Decimal2212192500.120.1200.02243.8775.6191.96
HexDDDBFACC02f44c5c
Octal335333372141402364114134
Binary110111011101101111111010110011000101111010010011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDBFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDBFA; }

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

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

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

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

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

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

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

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