#DFDEF2

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

Shades of Quartz #DFDEF2

Tints of Quartz #DFDEF2

Color information

#DFDEF2 (or 0xDFDEF2) is unknown color: approx Quartz. HEX triplet: DF, DE and F2. RGB value is (223,222,242). Sum of RGB (Red+Green+Blue) = 223+222+242=687 (90% of max value = 765). Red value is 223 (87.5% from 255 or 32.46% from 687); Green value is 222 (87.11% from 255 or 32.31% from 687); Blue value is 242 (94.92% from 255 or 35.23% from 687); Max value from RGB is 242 - color contains mainly: blue. Hex color #DFDEF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFDEF2 is #20210D. Grayscale: #E0E0E0. Windows color (decimal): -2105614 or 15916767. OLE color: 15916767.

HSL color Cylindrical-coordinate representation of color #DFDEF2: hue angle of 243º degrees, saturation: 0.43, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DFDEF2 is Cyan = 0.08, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB223222242-
CMYK0.080.0800.05
HSL243º43.48%90.98%-
HSV(B)243º8.26%94.9%-
XYZ72.5874.3494.53-
YUV224.58137.83126.87-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.46%
GREEN value IS 222 (87.11% from 255) = 32.31%
BLUE value IS 242 (94.92% from 255) = 35.23%
R=32.46%
G=32.31%
B=35.23%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2232222420.080.0800.0524343.4890.98
HexDFDEF28805f32b5b
Octal33733636210100536353133
Binary110111111101111011110010100010000101111100111010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDEF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDEF2; }

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

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

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

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

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

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

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

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