#DDDAFE

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

Shades of Quartz #DDDAFE

Tints of Quartz #DDDAFE

Color information

#DDDAFE (or 0xDDDAFE) is unknown color: approx Quartz. HEX triplet: DD, DA and FE. RGB value is (221,218,254). Sum of RGB (Red+Green+Blue) = 221+218+254=693 (91% of max value = 765). Red value is 221 (86.72% from 255 or 31.89% from 693); Green value is 218 (85.55% from 255 or 31.46% from 693); Blue value is 254 (99.61% from 255 or 36.65% from 693); Max value from RGB is 254 - color contains mainly: blue. Hex color #DDDAFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDAFE is #222501. Grayscale: #DEDEDE. Windows color (decimal): -2237698 or 16702173. OLE color: 16702173.

HSL color Cylindrical-coordinate representation of color #DDDAFE: hue angle of 245º degrees, saturation: 0.95, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DDDAFE is Cyan = 0.13, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB221218254-
CMYK0.130.1400.00
HSL245º94.74%92.55%-
HSV(B)245º14.17%99.61%-
XYZ72.7872.67103.96-
YUV223145.49126.57-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.89%
GREEN value IS 218 (85.55% from 255) = 31.46%
BLUE value IS 254 (99.61% from 255) = 36.65%
R=31.89%
G=31.46%
B=36.65%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2212182540.130.1400.0024594.7492.55
HexDDDAFEDE00f55f5d
Octal335332376151600365137135
Binary11011101110110101111111011011110001111010110111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDAFE; }

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

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

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

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

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

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

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

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