#DFDCFD

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

Shades of Quartz #DFDCFD

Tints of Quartz #DFDCFD

Color information

#DFDCFD (or 0xDFDCFD) is unknown color: approx Quartz. HEX triplet: DF, DC and FD. RGB value is (223,220,253). Sum of RGB (Red+Green+Blue) = 223+220+253=696 (92% of max value = 765). Red value is 223 (87.5% from 255 or 32.04% from 696); Green value is 220 (86.33% from 255 or 31.61% from 696); Blue value is 253 (99.22% from 255 or 36.35% from 696); Max value from RGB is 253 - color contains mainly: blue. Hex color #DFDCFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFDCFD is #202302. Grayscale: #E0E0E0. Windows color (decimal): -2106115 or 16637151. OLE color: 16637151.

HSL color Cylindrical-coordinate representation of color #DFDCFD: hue angle of 245.45º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DFDCFD is Cyan = 0.12, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB223220253-
CMYK0.120.1300.01
HSL245.45º89.19%92.75%-
HSV(B)245.45º13.04%99.22%-
XYZ73.7573.97103.32-
YUV224.66143.99126.82-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.04%
GREEN value IS 220 (86.33% from 255) = 31.61%
BLUE value IS 253 (99.22% from 255) = 36.35%
R=32.04%
G=31.61%
B=36.35%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2232202530.120.1300.01245.4589.1992.75
HexDFDCFDCD01f5595d
Octal337334375141501365131135
Binary11011111110111001111110111001101011111010110110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDCFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDCFD; }

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

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

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

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

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

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

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

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