#DFDFE5

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

Shades of Quartz #DFDFE5

Tints of Quartz #DFDFE5

Color information

#DFDFE5 (or 0xDFDFE5) is unknown color: approx Quartz. HEX triplet: DF, DF and E5. RGB value is (223,223,229). Sum of RGB (Red+Green+Blue) = 223+223+229=675 (89% of max value = 765). Red value is 223 (87.5% from 255 or 33.04% from 675); Green value is 223 (87.5% from 255 or 33.04% from 675); Blue value is 229 (89.84% from 255 or 33.93% from 675); Max value from RGB is 229 - color contains mainly: blue. Hex color #DFDFE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDFE5 is #20201A. Grayscale: #DFDFDF. Windows color (decimal): -2105371 or 15065055. OLE color: 15065055.

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

Color convert

RGB223223229-
CMYK0.030.0300.10
HSL240º10.34%88.63%-
HSV(B)240º2.62%89.8%-
XYZ70.9674.1284.7-
YUV223.68131127.51-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.04%
GREEN value IS 223 (87.5% from 255) = 33.04%
BLUE value IS 229 (89.84% from 255) = 33.93%
R=33.04%
G=33.04%
B=33.93%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2232232290.030.0300.1024010.3488.63
HexDFDFE5330Af0a59
Octal3373373453301236012131
Binary1101111111011111111001011111010101111000010101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDFE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDFE5; }

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

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

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

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

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

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

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

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