#DFDBEA

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

Shades of Quartz #DFDBEA

Tints of Quartz #DFDBEA

Color information

#DFDBEA (or 0xDFDBEA) is unknown color: approx Quartz. HEX triplet: DF, DB and EA. RGB value is (223,219,234). Sum of RGB (Red+Green+Blue) = 223+219+234=676 (89% of max value = 765). Red value is 223 (87.5% from 255 or 32.99% from 676); Green value is 219 (85.94% from 255 or 32.40% from 676); Blue value is 234 (91.80% from 255 or 34.62% from 676); Max value from RGB is 234 - color contains mainly: blue. Hex color #DFDBEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFDBEA is #202415. Grayscale: #DDDDDD. Windows color (decimal): -2106390 or 15391711. OLE color: 15391711.

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

Color convert

RGB223219234-
CMYK0.050.0600.08
HSL256º26.32%88.82%-
HSV(B)256º6.41%91.76%-
XYZ70.6172.2988.07-
YUV221.91134.83128.78-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.99%
GREEN value IS 219 (85.94% from 255) = 32.40%
BLUE value IS 234 (91.80% from 255) = 34.62%
R=32.99%
G=32.40%
B=34.62%

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
Decimal2232192340.050.0600.0825626.3288.82
HexDFDBEA56081001a59
Octal3373333525601040032131
Binary11011111110110111110101010111001000100000000110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDBEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDBEA; }

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

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

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

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

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

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

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

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