#DFDDEA

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

Shades of Quartz #DFDDEA

Tints of Quartz #DFDDEA

Color information

#DFDDEA (or 0xDFDDEA) is unknown color: approx Quartz. HEX triplet: DF, DD and EA. RGB value is (223,221,234). Sum of RGB (Red+Green+Blue) = 223+221+234=678 (89% of max value = 765). Red value is 223 (87.5% from 255 or 32.89% from 678); Green value is 221 (86.72% from 255 or 32.60% from 678); Blue value is 234 (91.80% from 255 or 34.51% from 678); Max value from RGB is 234 - color contains mainly: blue. Hex color #DFDDEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFDDEA is #202215. Grayscale: #DFDFDF. Windows color (decimal): -2105878 or 15392223. OLE color: 15392223.

HSL color Cylindrical-coordinate representation of color #DFDDEA: hue angle of 249.23º degrees, saturation: 0.24, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DFDDEA is Cyan = 0.05, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB223221234-
CMYK0.050.0600.08
HSL249.23º23.64%89.22%-
HSV(B)249.23º5.56%91.76%-
XYZ71.1473.3488.25-
YUV223.08134.16127.94-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.89%
GREEN value IS 221 (86.72% from 255) = 32.60%
BLUE value IS 234 (91.80% from 255) = 34.51%
R=32.89%
G=32.60%
B=34.51%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2232212340.050.0600.08249.2323.6489.22
HexDFDDEA5608f91859
Octal3373353525601037130131
Binary1101111111011101111010101011100100011111001110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDDEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDDEA; }

 p { color: rgb(223,221,234); }

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

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

 a { background-color: rgb(223,221,234); }

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

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

 span { border-color: rgb(223,221,234); }

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