#DFDCEF

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

Shades of Quartz #DFDCEF

Tints of Quartz #DFDCEF

Color information

#DFDCEF (or 0xDFDCEF) is unknown color: approx Quartz. HEX triplet: DF, DC and EF. RGB value is (223,220,239). Sum of RGB (Red+Green+Blue) = 223+220+239=682 (90% of max value = 765). Red value is 223 (87.5% from 255 or 32.70% from 682); Green value is 220 (86.33% from 255 or 32.26% from 682); Blue value is 239 (93.75% from 255 or 35.04% from 682); Max value from RGB is 239 - color contains mainly: blue. Hex color #DFDCEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFDCEF is #202310. Grayscale: #DEDEDE. Windows color (decimal): -2106129 or 15719647. OLE color: 15719647.

HSL color Cylindrical-coordinate representation of color #DFDCEF: hue angle of 249.47º degrees, saturation: 0.37, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DFDCEF is Cyan = 0.07, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB223220239-
CMYK0.070.0800.06
HSL249.47º37.25%90%-
HSV(B)249.47º7.95%93.73%-
XYZ71.673.1192-
YUV223.06136.99127.96-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.70%
GREEN value IS 220 (86.33% from 255) = 32.26%
BLUE value IS 239 (93.75% from 255) = 35.04%
R=32.70%
G=32.26%
B=35.04%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2232202390.070.0800.06249.4737.2590
HexDFDCEF7806f9255a
Octal3373343577100637145132
Binary11011111110111001110111111110000110111110011001011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDCEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDCEF; }

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

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

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

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

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

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

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

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