#DDDAFC

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

Shades of Quartz #DDDAFC

Tints of Quartz #DDDAFC

Color information

#DDDAFC (or 0xDDDAFC) is unknown color: approx Quartz. HEX triplet: DD, DA and FC. RGB value is (221,218,252). Sum of RGB (Red+Green+Blue) = 221+218+252=691 (91% of max value = 765). Red value is 221 (86.72% from 255 or 31.98% from 691); Green value is 218 (85.55% from 255 or 31.55% from 691); Blue value is 252 (98.83% from 255 or 36.47% from 691); Max value from RGB is 252 - color contains mainly: blue. Hex color #DDDAFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDAFC is #222503. Grayscale: #DEDEDE. Windows color (decimal): -2237700 or 16571101. OLE color: 16571101.

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

Color convert

RGB221218252-
CMYK0.120.1300.01
HSL245.29º85%92.16%-
HSV(B)245.29º13.49%98.82%-
XYZ72.4672.54102.28-
YUV222.77144.49126.74-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.98%
GREEN value IS 218 (85.55% from 255) = 31.55%
BLUE value IS 252 (98.83% from 255) = 36.47%
R=31.98%
G=31.55%
B=36.47%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2212182520.120.1300.01245.298592.16
HexDDDAFCCD01f5555c
Octal335332374141501365125134
Binary11011101110110101111110011001101011111010110101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDAFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDAFC; }

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

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

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

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

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

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

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

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