#DBDFF8

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

Shades of Quartz #DBDFF8

Tints of Quartz #DBDFF8

Color information

#DBDFF8 (or 0xDBDFF8) is unknown color: approx Quartz. HEX triplet: DB, DF and F8. RGB value is (219,223,248). Sum of RGB (Red+Green+Blue) = 219+223+248=690 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.74% from 690); Green value is 223 (87.5% from 255 or 32.32% 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 #DBDFF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBDFF8 is #242007. Grayscale: #E0E0E0. Windows color (decimal): -2367496 or 16310235. OLE color: 16310235.

HSL color Cylindrical-coordinate representation of color #DBDFF8: hue angle of 231.72º 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 #DBDFF8 is Cyan = 0.12, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB219223248-
CMYK0.120.1000.03
HSL231.72º67.44%91.57%-
HSV(B)231.72º11.69%97.25%-
XYZ72.5474.6199.39-
YUV224.65141.17123.97-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2192232480.120.1000.03231.7267.4491.57
HexDBDFF8CA03e8435c
Octal333337370141203350103134
Binary110110111101111111111000110010100111110100010000111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBDFF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBDFF8; }

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

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

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

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

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

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

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

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