#DFDDF4

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

Shades of Quartz #DFDDF4

Tints of Quartz #DFDDF4

Color information

#DFDDF4 (or 0xDFDDF4) is unknown color: approx Quartz. HEX triplet: DF, DD and F4. RGB value is (223,221,244). Sum of RGB (Red+Green+Blue) = 223+221+244=688 (91% of max value = 765). Red value is 223 (87.5% from 255 or 32.41% from 688); Green value is 221 (86.72% from 255 or 32.12% from 688); Blue value is 244 (95.70% from 255 or 35.47% from 688); Max value from RGB is 244 - color contains mainly: blue. Hex color #DFDDF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFDDF4 is #20220B. Grayscale: #E0E0E0. Windows color (decimal): -2105868 or 16047583. OLE color: 16047583.

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

Color convert

RGB223221244-
CMYK0.090.0900.04
HSL245.22º51.11%91.18%-
HSV(B)245.22º9.43%95.69%-
XYZ72.6273.9396.03-
YUV224.22139.16127.13-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.41%
GREEN value IS 221 (86.72% from 255) = 32.12%
BLUE value IS 244 (95.70% from 255) = 35.47%
R=32.41%
G=32.12%
B=35.47%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2232212440.090.0900.04245.2251.1191.18
HexDFDDF49904f5335b
Octal33733536411110436563133
Binary110111111101110111110100100110010100111101011100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDDF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDDF4; }

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

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

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

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

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

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

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

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