#DFDDED

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

Shades of Quartz #DFDDED

Tints of Quartz #DFDDED

Color information

#DFDDED (or 0xDFDDED) is unknown color: approx Quartz. HEX triplet: DF, DD and ED. RGB value is (223,221,237). Sum of RGB (Red+Green+Blue) = 223+221+237=681 (90% of max value = 765). Red value is 223 (87.5% from 255 or 32.75% from 681); Green value is 221 (86.72% from 255 or 32.45% from 681); Blue value is 237 (92.97% from 255 or 34.80% from 681); Max value from RGB is 237 - color contains mainly: blue. Hex color #DFDDED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFDDED is #202212. Grayscale: #DFDFDF. Windows color (decimal): -2105875 or 15588831. OLE color: 15588831.

HSL color Cylindrical-coordinate representation of color #DFDDED: hue angle of 247.5º degrees, saturation: 0.31, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DFDDED is Cyan = 0.06, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB223221237-
CMYK0.060.0700.07
HSL247.5º30.77%89.8%-
HSV(B)247.5º6.75%92.94%-
XYZ71.5773.5290.54-
YUV223.42135.66127.7-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.75%
GREEN value IS 221 (86.72% from 255) = 32.45%
BLUE value IS 237 (92.97% from 255) = 34.80%
R=32.75%
G=32.45%
B=34.80%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2232212370.060.0700.07247.530.7789.8
HexDFDDED6707f81f5a
Octal337335355670737037132
Binary110111111101110111101101110111011111111000111111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDDED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDDED; }

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

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

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

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

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

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

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

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