#DFDBFE

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

Shades of Quartz #DFDBFE

Tints of Quartz #DFDBFE

Color information

#DFDBFE (or 0xDFDBFE) is unknown color: approx Quartz. HEX triplet: DF, DB and FE. RGB value is (223,219,254). Sum of RGB (Red+Green+Blue) = 223+219+254=696 (92% of max value = 765). Red value is 223 (87.5% from 255 or 32.04% from 696); Green value is 219 (85.94% from 255 or 31.47% from 696); Blue value is 254 (99.61% from 255 or 36.49% from 696); Max value from RGB is 254 - color contains mainly: blue. Hex color #DFDBFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFDBFE is #202401. Grayscale: #E0E0E0. Windows color (decimal): -2106370 or 16702431. OLE color: 16702431.

HSL color Cylindrical-coordinate representation of color #DFDBFE: hue angle of 246.86º degrees, saturation: 0.95, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DFDBFE is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB223219254-
CMYK0.120.1400.00
HSL246.86º94.59%92.75%-
HSV(B)246.86º13.78%99.61%-
XYZ73.6573.51104.07-
YUV224.19144.83127.15-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.04%
GREEN value IS 219 (85.94% from 255) = 31.47%
BLUE value IS 254 (99.61% from 255) = 36.49%
R=32.04%
G=31.47%
B=36.49%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2232192540.120.1400.00246.8694.5992.75
HexDFDBFECE00f75f5d
Octal337333376141600367137135
Binary11011111110110111111111011001110001111011110111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDBFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDBFE; }

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

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

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

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

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

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

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

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