#DFDDE8

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

Shades of Quartz #DFDDE8

Tints of Quartz #DFDDE8

Color information

#DFDDE8 (or 0xDFDDE8) is unknown color: approx Quartz. HEX triplet: DF, DD and E8. RGB value is (223,221,232). Sum of RGB (Red+Green+Blue) = 223+221+232=676 (89% of max value = 765). Red value is 223 (87.5% from 255 or 32.99% from 676); Green value is 221 (86.72% from 255 or 32.69% from 676); Blue value is 232 (91.02% from 255 or 34.32% from 676); Max value from RGB is 232 - color contains mainly: blue. Hex color #DFDDE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFDDE8 is #202217. Grayscale: #DEDEDE. Windows color (decimal): -2105880 or 15261151. OLE color: 15261151.

HSL color Cylindrical-coordinate representation of color #DFDDE8: hue angle of 250.91º degrees, saturation: 0.19, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DFDDE8 is Cyan = 0.04, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB223221232-
CMYK0.040.0500.09
HSL250.91º19.3%88.82%-
HSV(B)250.91º4.74%90.98%-
XYZ70.8573.2386.74-
YUV222.85133.16128.11-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.99%
GREEN value IS 221 (86.72% from 255) = 32.69%
BLUE value IS 232 (91.02% from 255) = 34.32%
R=32.99%
G=32.69%
B=34.32%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2232212320.040.0500.09250.9119.388.82
HexDFDDE84509fb1359
Octal3373353504501137323131
Binary1101111111011101111010001001010100111111011100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDDE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDDE8; }

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

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

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

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

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

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

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

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