#DFDBF8

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

Shades of Quartz #DFDBF8

Tints of Quartz #DFDBF8

Color information

#DFDBF8 (or 0xDFDBF8) is unknown color: approx Quartz. HEX triplet: DF, DB and F8. RGB value is (223,219,248). Sum of RGB (Red+Green+Blue) = 223+219+248=690 (91% of max value = 765). Red value is 223 (87.5% from 255 or 32.32% from 690); Green value is 219 (85.94% from 255 or 31.74% from 690); Blue value is 248 (97.27% from 255 or 35.94% from 690); Max value from RGB is 248 - color contains mainly: blue. Hex color #DFDBF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFDBF8 is #202407. Grayscale: #DFDFDF. Windows color (decimal): -2106376 or 16309215. OLE color: 16309215.

HSL color Cylindrical-coordinate representation of color #DFDBF8: hue angle of 248.28º degrees, saturation: 0.67, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DFDBF8 is Cyan = 0.10, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB223219248-
CMYK0.100.1200.03
HSL248.28º67.44%91.57%-
HSV(B)248.28º11.69%97.25%-
XYZ72.7173.1399.09-
YUV223.5141.83127.64-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.32%
GREEN value IS 219 (85.94% from 255) = 31.74%
BLUE value IS 248 (97.27% from 255) = 35.94%
R=32.32%
G=31.74%
B=35.94%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2232192480.100.1200.03248.2867.4491.57
HexDFDBF8AC03f8435c
Octal337333370121403370103134
Binary110111111101101111111000101011000111111100010000111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDBF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDBF8; }

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

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

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

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

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

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

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

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