#DDDAF8

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

Shades of Quartz #DDDAF8

Tints of Quartz #DDDAF8

Color information

#DDDAF8 (or 0xDDDAF8) is unknown color: approx Quartz. HEX triplet: DD, DA and F8. RGB value is (221,218,248). Sum of RGB (Red+Green+Blue) = 221+218+248=687 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.17% from 687); Green value is 218 (85.55% from 255 or 31.73% from 687); Blue value is 248 (97.27% from 255 or 36.10% from 687); Max value from RGB is 248 - color contains mainly: blue. Hex color #DDDAF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDAF8 is #222507. Grayscale: #DEDEDE. Windows color (decimal): -2237704 or 16308957. OLE color: 16308957.

HSL color Cylindrical-coordinate representation of color #DDDAF8: hue angle of 246º degrees, saturation: 0.68, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DDDAF8 is Cyan = 0.11, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB221218248-
CMYK0.110.1200.03
HSL246º68.18%91.37%-
HSV(B)246º12.1%97.25%-
XYZ71.8372.2998.97-
YUV222.32142.49127.06-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.17%
GREEN value IS 218 (85.55% from 255) = 31.73%
BLUE value IS 248 (97.27% from 255) = 36.10%
R=32.17%
G=31.73%
B=36.10%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2212182480.110.1200.0324668.1891.37
HexDDDAF8BC03f6445b
Octal335332370131403366104133
Binary110111011101101011111000101111000111111011010001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDAF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDAF8; }

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

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

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

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

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

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

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

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