#DFDCF1

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

Shades of Quartz #DFDCF1

Tints of Quartz #DFDCF1

Color information

#DFDCF1 (or 0xDFDCF1) is unknown color: approx Quartz. HEX triplet: DF, DC and F1. RGB value is (223,220,241). Sum of RGB (Red+Green+Blue) = 223+220+241=684 (90% of max value = 765). Red value is 223 (87.5% from 255 or 32.60% from 684); Green value is 220 (86.33% from 255 or 32.16% from 684); Blue value is 241 (94.53% from 255 or 35.23% from 684); Max value from RGB is 241 - color contains mainly: blue. Hex color #DFDCF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFDCF1 is #20230E. Grayscale: #DFDFDF. Windows color (decimal): -2106127 or 15850719. OLE color: 15850719.

HSL color Cylindrical-coordinate representation of color #DFDCF1: hue angle of 248.57º degrees, saturation: 0.43, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DFDCF1 is Cyan = 0.07, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB223220241-
CMYK0.070.0900.05
HSL248.57º42.86%90.39%-
HSV(B)248.57º8.71%94.51%-
XYZ71.973.2393.56-
YUV223.29137.99127.79-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.60%
GREEN value IS 220 (86.33% from 255) = 32.16%
BLUE value IS 241 (94.53% from 255) = 35.23%
R=32.60%
G=32.16%
B=35.23%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2232202410.070.0900.05248.5742.8690.39
HexDFDCF17905f92b5a
Octal3373343617110537153132
Binary11011111110111001111000111110010101111110011010111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDCF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDCF1; }

 p { color: rgb(223,220,241); }

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

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

 a { background-color: rgb(223,220,241); }

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

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

 span { border-color: rgb(223,220,241); }

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