#DFDDE6

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

Shades of Quartz #DFDDE6

Tints of Quartz #DFDDE6

Color information

#DFDDE6 (or 0xDFDDE6) is unknown color: approx Quartz. HEX triplet: DF, DD and E6. RGB value is (223,221,230). Sum of RGB (Red+Green+Blue) = 223+221+230=674 (89% of max value = 765). Red value is 223 (87.5% from 255 or 33.09% from 674); Green value is 221 (86.72% from 255 or 32.79% from 674); Blue value is 230 (90.23% from 255 or 34.12% from 674); Max value from RGB is 230 - color contains mainly: blue. Hex color #DFDDE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFDDE6 is #202219. Grayscale: #DEDEDE. Windows color (decimal): -2105882 or 15130079. OLE color: 15130079.

HSL color Cylindrical-coordinate representation of color #DFDDE6: hue angle of 253.33º degrees, saturation: 0.15, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DFDDE6 is Cyan = 0.03, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB223221230-
CMYK0.030.0400.10
HSL253.33º15.25%88.43%-
HSV(B)253.33º3.91%90.2%-
XYZ70.5773.1185.26-
YUV222.62132.16128.27-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.09%
GREEN value IS 221 (86.72% from 255) = 32.79%
BLUE value IS 230 (90.23% from 255) = 34.12%
R=33.09%
G=32.79%
B=34.12%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2232212300.030.0400.10253.3315.2588.43
HexDFDDE6340Afdf58
Octal3373353463401237517130
Binary11011111110111011110011011100010101111110111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDDE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDDE6; }

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

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

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

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

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

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

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

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