#DFDBFC

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

Shades of Quartz #DFDBFC

Tints of Quartz #DFDBFC

Color information

#DFDBFC (or 0xDFDBFC) is unknown color: approx Quartz. HEX triplet: DF, DB and FC. RGB value is (223,219,252). Sum of RGB (Red+Green+Blue) = 223+219+252=694 (91% of max value = 765). Red value is 223 (87.5% from 255 or 32.13% from 694); Green value is 219 (85.94% from 255 or 31.56% from 694); Blue value is 252 (98.83% from 255 or 36.31% from 694); Max value from RGB is 252 - color contains mainly: blue. Hex color #DFDBFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFDBFC is #202403. Grayscale: #DFDFDF. Windows color (decimal): -2106372 or 16571359. OLE color: 16571359.

HSL color Cylindrical-coordinate representation of color #DFDBFC: hue angle of 247.27º degrees, saturation: 0.85, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DFDBFC is Cyan = 0.12, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB223219252-
CMYK0.120.1300.01
HSL247.27º84.62%92.35%-
HSV(B)247.27º13.1%98.82%-
XYZ73.3373.38102.39-
YUV223.96143.83127.32-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.13%
GREEN value IS 219 (85.94% from 255) = 31.56%
BLUE value IS 252 (98.83% from 255) = 36.31%
R=32.13%
G=31.56%
B=36.31%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2232192520.120.1300.01247.2784.6292.35
HexDFDBFCCD01f7555c
Octal337333374141501367125134
Binary11011111110110111111110011001101011111011110101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDBFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDBFC; }

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

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

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

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

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

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

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

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