#DFDFEE

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

Shades of Quartz #DFDFEE

Tints of Quartz #DFDFEE

Color information

#DFDFEE (or 0xDFDFEE) is unknown color: approx Quartz. HEX triplet: DF, DF and EE. RGB value is (223,223,238). Sum of RGB (Red+Green+Blue) = 223+223+238=684 (90% of max value = 765). Red value is 223 (87.5% from 255 or 32.60% from 684); Green value is 223 (87.5% from 255 or 32.60% from 684); Blue value is 238 (93.36% from 255 or 34.80% from 684); Max value from RGB is 238 - color contains mainly: blue. Hex color #DFDFEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFDFEE is #202011. Grayscale: #E0E0E0. Windows color (decimal): -2105362 or 15654879. OLE color: 15654879.

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

Color convert

RGB223223238-
CMYK0.060.0600.07
HSL240º30.61%90.39%-
HSV(B)240º6.3%93.33%-
XYZ72.2574.6491.49-
YUV224.71135.5126.78-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.60%
GREEN value IS 223 (87.5% from 255) = 32.60%
BLUE value IS 238 (93.36% from 255) = 34.80%
R=32.60%
G=32.60%
B=34.80%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2232232380.060.0600.0724030.6190.39
HexDFDFEE6607f01f5a
Octal337337356660736037132
Binary110111111101111111101110110110011111110000111111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDFEE; }

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

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

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

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

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

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

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

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