#DFDEEE

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

Shades of Quartz #DFDEEE

Tints of Quartz #DFDEEE

Color information

#DFDEEE (or 0xDFDEEE) is unknown color: approx Quartz. HEX triplet: DF, DE and EE. RGB value is (223,222,238). Sum of RGB (Red+Green+Blue) = 223+222+238=683 (90% of max value = 765). Red value is 223 (87.5% from 255 or 32.65% from 683); Green value is 222 (87.11% from 255 or 32.50% from 683); Blue value is 238 (93.36% from 255 or 34.85% from 683); Max value from RGB is 238 - color contains mainly: blue. Hex color #DFDEEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFDEEE is #202111. Grayscale: #E0E0E0. Windows color (decimal): -2105618 or 15654623. OLE color: 15654623.

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

Color convert

RGB223222238-
CMYK0.060.0700.07
HSL243.75º32%90.2%-
HSV(B)243.75º6.72%93.33%-
XYZ71.9974.191.4-
YUV224.12135.83127.2-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.65%
GREEN value IS 222 (87.11% from 255) = 32.50%
BLUE value IS 238 (93.36% from 255) = 34.85%
R=32.65%
G=32.50%
B=34.85%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2232222380.060.0700.07243.753290.2
HexDFDEEE6707f4205a
Octal337336356670736440132
Binary1101111111011110111011101101110111111101001000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDEEE; }

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

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

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

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

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

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

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

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