#DFDFE8

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

Shades of Quartz #DFDFE8

Tints of Quartz #DFDFE8

Color information

#DFDFE8 (or 0xDFDFE8) is unknown color: approx Quartz. HEX triplet: DF, DF and E8. RGB value is (223,223,232). Sum of RGB (Red+Green+Blue) = 223+223+232=678 (89% of max value = 765). Red value is 223 (87.5% from 255 or 32.89% from 678); Green value is 223 (87.5% from 255 or 32.89% from 678); Blue value is 232 (91.02% from 255 or 34.22% from 678); Max value from RGB is 232 - color contains mainly: blue. Hex color #DFDFE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFDFE8 is #202017. Grayscale: #DFDFDF. Windows color (decimal): -2105368 or 15261663. OLE color: 15261663.

HSL color Cylindrical-coordinate representation of color #DFDFE8: hue angle of 240º degrees, saturation: 0.16, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DFDFE8 is Cyan = 0.04, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB223223232-
CMYK0.040.0400.09
HSL240º16.36%89.22%-
HSV(B)240º3.88%90.98%-
XYZ71.3874.2986.92-
YUV224.03132.5127.27-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.89%
GREEN value IS 223 (87.5% from 255) = 32.89%
BLUE value IS 232 (91.02% from 255) = 34.22%
R=32.89%
G=32.89%
B=34.22%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2232232320.040.0400.0924016.3689.22
HexDFDFE84409f01059
Octal3373373504401136020131
Binary1101111111011111111010001001000100111110000100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDFE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDFE8; }

 p { color: rgb(223,223,232); }

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

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

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

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

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

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

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