#DFDEFA

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

Shades of Quartz #DFDEFA

Tints of Quartz #DFDEFA

Color information

#DFDEFA (or 0xDFDEFA) is unknown color: approx Quartz. HEX triplet: DF, DE and FA. RGB value is (223,222,250). Sum of RGB (Red+Green+Blue) = 223+222+250=695 (92% of max value = 765). Red value is 223 (87.5% from 255 or 32.09% from 695); Green value is 222 (87.11% from 255 or 31.94% from 695); Blue value is 250 (98.05% from 255 or 35.97% from 695); Max value from RGB is 250 - color contains mainly: blue. Hex color #DFDEFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFDEFA is #202105. Grayscale: #E1E1E1. Windows color (decimal): -2105606 or 16441055. OLE color: 16441055.

HSL color Cylindrical-coordinate representation of color #DFDEFA: hue angle of 242.14º degrees, saturation: 0.74, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DFDEFA is Cyan = 0.11, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB223222250-
CMYK0.110.1100.02
HSL242.14º73.68%92.55%-
HSV(B)242.14º11.2%98.04%-
XYZ73.8174.83101-
YUV225.49141.83126.22-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.09%
GREEN value IS 222 (87.11% from 255) = 31.94%
BLUE value IS 250 (98.05% from 255) = 35.97%
R=32.09%
G=31.94%
B=35.97%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2232222500.110.1100.02242.1473.6892.55
HexDFDEFABB02f24a5d
Octal337336372131302362112135
Binary110111111101111011111010101110110101111001010010101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDEFA; }

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

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

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

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

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

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

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

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