#DFDCF6

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

Shades of Quartz #DFDCF6

Tints of Quartz #DFDCF6

Color information

#DFDCF6 (or 0xDFDCF6) is unknown color: approx Quartz. HEX triplet: DF, DC and F6. RGB value is (223,220,246). Sum of RGB (Red+Green+Blue) = 223+220+246=689 (91% of max value = 765). Red value is 223 (87.5% from 255 or 32.37% from 689); Green value is 220 (86.33% from 255 or 31.93% from 689); Blue value is 246 (96.48% from 255 or 35.70% from 689); Max value from RGB is 246 - color contains mainly: blue. Hex color #DFDCF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFDCF6 is #202309. Grayscale: #DFDFDF. Windows color (decimal): -2106122 or 16178399. OLE color: 16178399.

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

Color convert

RGB223220246-
CMYK0.090.1100.04
HSL246.92º59.09%91.37%-
HSV(B)246.92º10.57%96.47%-
XYZ72.6673.5397.55-
YUV223.86140.49127.39-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.37%
GREEN value IS 220 (86.33% from 255) = 31.93%
BLUE value IS 246 (96.48% from 255) = 35.70%
R=32.37%
G=31.93%
B=35.70%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2232202460.090.1100.04246.9259.0991.37
HexDFDCF69B04f73b5b
Octal33733436611130436773133
Binary110111111101110011110110100110110100111101111110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDCF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDCF6; }

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

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

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

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

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

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

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

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