#DFDEEB

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

Shades of Quartz #DFDEEB

Tints of Quartz #DFDEEB

Color information

#DFDEEB (or 0xDFDEEB) is unknown color: approx Quartz. HEX triplet: DF, DE and EB. RGB value is (223,222,235). Sum of RGB (Red+Green+Blue) = 223+222+235=680 (90% of max value = 765). Red value is 223 (87.5% from 255 or 32.79% from 680); Green value is 222 (87.11% from 255 or 32.65% from 680); Blue value is 235 (92.19% from 255 or 34.56% from 680); Max value from RGB is 235 - color contains mainly: blue. Hex color #DFDEEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFDEEB is #202114. Grayscale: #DFDFDF. Windows color (decimal): -2105621 or 15458015. OLE color: 15458015.

HSL color Cylindrical-coordinate representation of color #DFDEEB: hue angle of 244.62º degrees, saturation: 0.25, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DFDEEB is Cyan = 0.05, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB223222235-
CMYK0.050.0600.08
HSL244.62º24.53%89.61%-
HSV(B)244.62º5.53%92.16%-
XYZ71.5573.9389.1-
YUV223.78134.33127.44-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.79%
GREEN value IS 222 (87.11% from 255) = 32.65%
BLUE value IS 235 (92.19% from 255) = 34.56%
R=32.79%
G=32.65%
B=34.56%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2232222350.050.0600.08244.6224.5389.61
HexDFDEEB5608f5195a
Octal3373363535601036531132
Binary1101111111011110111010111011100100011110101110011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDEEB; }

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

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

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

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

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

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

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

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