#DFDCF3

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

Shades of Quartz #DFDCF3

Tints of Quartz #DFDCF3

Color information

#DFDCF3 (or 0xDFDCF3) is unknown color: approx Quartz. HEX triplet: DF, DC and F3. RGB value is (223,220,243). Sum of RGB (Red+Green+Blue) = 223+220+243=686 (90% of max value = 765). Red value is 223 (87.5% from 255 or 32.51% from 686); Green value is 220 (86.33% from 255 or 32.07% from 686); Blue value is 243 (95.31% from 255 or 35.42% from 686); Max value from RGB is 243 - color contains mainly: blue. Hex color #DFDCF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFDCF3 is #20230C. Grayscale: #DFDFDF. Windows color (decimal): -2106125 or 15981791. OLE color: 15981791.

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

Color convert

RGB223220243-
CMYK0.080.0900.05
HSL247.83º48.94%90.78%-
HSV(B)247.83º9.47%95.29%-
XYZ72.273.3595.15-
YUV223.52138.99127.63-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.51%
GREEN value IS 220 (86.33% from 255) = 32.07%
BLUE value IS 243 (95.31% from 255) = 35.42%
R=32.51%
G=32.07%
B=35.42%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2232202430.080.0900.05247.8348.9490.78
HexDFDCF38905f8315b
Octal33733436310110537061133
Binary110111111101110011110011100010010101111110001100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDCF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDCF3; }

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

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

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

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

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

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

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

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