#DFDCF9

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

Shades of Quartz #DFDCF9

Tints of Quartz #DFDCF9

Color information

#DFDCF9 (or 0xDFDCF9) is unknown color: approx Quartz. HEX triplet: DF, DC and F9. RGB value is (223,220,249). Sum of RGB (Red+Green+Blue) = 223+220+249=692 (91% of max value = 765). Red value is 223 (87.5% from 255 or 32.23% from 692); Green value is 220 (86.33% from 255 or 31.79% from 692); Blue value is 249 (97.66% from 255 or 35.98% from 692); Max value from RGB is 249 - color contains mainly: blue. Hex color #DFDCF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFDCF9 is #202306. Grayscale: #E0E0E0. Windows color (decimal): -2106119 or 16375007. OLE color: 16375007.

HSL color Cylindrical-coordinate representation of color #DFDCF9: hue angle of 246.21º degrees, saturation: 0.71, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DFDCF9 is Cyan = 0.10, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB223220249-
CMYK0.100.1200.02
HSL246.21º70.73%91.96%-
HSV(B)246.21º11.65%97.65%-
XYZ73.1273.71100-
YUV224.2141.99127.14-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.23%
GREEN value IS 220 (86.33% from 255) = 31.79%
BLUE value IS 249 (97.66% from 255) = 35.98%
R=32.23%
G=31.79%
B=35.98%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2232202490.100.1200.02246.2170.7391.96
HexDFDCF9AC02f6475c
Octal337334371121402366107134
Binary110111111101110011111001101011000101111011010001111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDCF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDCF9; }

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

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

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

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

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

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

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

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