#DFDEF3

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

Shades of Quartz #DFDEF3

Tints of Quartz #DFDEF3

Color information

#DFDEF3 (or 0xDFDEF3) is unknown color: approx Quartz. HEX triplet: DF, DE and F3. RGB value is (223,222,243). Sum of RGB (Red+Green+Blue) = 223+222+243=688 (91% of max value = 765). Red value is 223 (87.5% from 255 or 32.41% from 688); Green value is 222 (87.11% from 255 or 32.27% from 688); Blue value is 243 (95.31% from 255 or 35.32% from 688); Max value from RGB is 243 - color contains mainly: blue. Hex color #DFDEF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFDEF3 is #20210C. Grayscale: #E0E0E0. Windows color (decimal): -2105613 or 15982303. OLE color: 15982303.

HSL color Cylindrical-coordinate representation of color #DFDEF3: hue angle of 242.86º degrees, saturation: 0.47, 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 #DFDEF3 is Cyan = 0.08, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB223222243-
CMYK0.080.0900.05
HSL242.86º46.67%91.18%-
HSV(B)242.86º8.64%95.29%-
XYZ72.7374.495.32-
YUV224.69138.33126.79-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.41%
GREEN value IS 222 (87.11% from 255) = 32.27%
BLUE value IS 243 (95.31% from 255) = 35.32%
R=32.41%
G=32.27%
B=35.32%

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
Decimal2232222430.080.0900.05242.8646.6791.18
HexDFDEF38905f32f5b
Octal33733636310110536357133
Binary110111111101111011110011100010010101111100111011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDEF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDEF3; }

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

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

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

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

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

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

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

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