#DDDAFD

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

Shades of Quartz #DDDAFD

Tints of Quartz #DDDAFD

Color information

#DDDAFD (or 0xDDDAFD) is unknown color: approx Quartz. HEX triplet: DD, DA and FD. RGB value is (221,218,253). Sum of RGB (Red+Green+Blue) = 221+218+253=692 (91% of max value = 765). Red value is 221 (86.72% from 255 or 31.94% from 692); Green value is 218 (85.55% from 255 or 31.50% from 692); Blue value is 253 (99.22% from 255 or 36.56% from 692); Max value from RGB is 253 - color contains mainly: blue. Hex color #DDDAFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDAFD is #222502. Grayscale: #DEDEDE. Windows color (decimal): -2237699 or 16636637. OLE color: 16636637.

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

Color convert

RGB221218253-
CMYK0.130.1400.01
HSL245.14º89.74%92.35%-
HSV(B)245.14º13.83%99.22%-
XYZ72.6272.61103.12-
YUV222.89144.99126.65-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.94%
GREEN value IS 218 (85.55% from 255) = 31.50%
BLUE value IS 253 (99.22% from 255) = 36.56%
R=31.94%
G=31.50%
B=36.56%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2212182530.130.1400.01245.1489.7492.35
HexDDDAFDDE01f55a5c
Octal335332375151601365132134
Binary11011101110110101111110111011110011111010110110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDAFD; }

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

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

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

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

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

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

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

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