#DFDBEE

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

Shades of Quartz #DFDBEE

Tints of Quartz #DFDBEE

Color information

#DFDBEE (or 0xDFDBEE) is unknown color: approx Quartz. HEX triplet: DF, DB and EE. RGB value is (223,219,238). Sum of RGB (Red+Green+Blue) = 223+219+238=680 (90% of max value = 765). Red value is 223 (87.5% from 255 or 32.79% from 680); Green value is 219 (85.94% from 255 or 32.21% from 680); Blue value is 238 (93.36% from 255 or 35% from 680); Max value from RGB is 238 - color contains mainly: blue. Hex color #DFDBEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFDBEE is #202411. Grayscale: #DEDEDE. Windows color (decimal): -2106386 or 15653855. OLE color: 15653855.

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

Color convert

RGB223219238-
CMYK0.060.0800.07
HSL252.63º35.85%89.61%-
HSV(B)252.63º7.98%93.33%-
XYZ71.272.5291.14-
YUV222.36136.83128.46-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.79%
GREEN value IS 219 (85.94% from 255) = 32.21%
BLUE value IS 238 (93.36% from 255) = 35%
R=32.79%
G=32.21%
B=35%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2232192380.060.0800.07252.6335.8589.61
HexDFDBEE6807fd245a
Octal3373333566100737544132
Binary11011111110110111110111011010000111111111011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDBEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDBEE; }

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

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

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

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

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

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

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

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