#dbd3fc

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

Shades of Quartz #DBD3FC

Tints of Quartz #DBD3FC

Color information

#DBD3FC (or 0xDBD3FC) is unknown color: approx Quartz. HEX triplet: DB, D3 and FC. RGB value is (219,211,252). Sum of RGB (Red+Green+Blue) = 219+211+252=682 (90% of max value = 765). Red value is 219 (85.94% from 255 or 32.11% from 682); Green value is 211 (82.81% from 255 or 30.94% from 682); Blue value is 252 (98.83% from 255 or 36.95% from 682); Max value from RGB is 252 - color contains mainly: blue. Hex color #DBD3FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBD3FC is #242C03. Grayscale: #D9D9D9. Windows color (decimal): -2370564 or 16569307. OLE color: 16569307.

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

Color convert

RGB219211252-
CMYK0.130.1600.01
HSL251.71º87.23%90.78%-
HSV(B)251.71º16.27%98.82%-
XYZ70.0868.68101.66-
YUV218.07147.15128.67-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 32.11%
GREEN value IS 211 (82.81% from 255) = 30.94%
BLUE value IS 252 (98.83% from 255) = 36.95%
R=32.11%
G=30.94%
B=36.95%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2192112520.130.1600.01251.7187.2390.78
HexDBD3FCD1001fc575b
Octal333323374152001374127133
Binary110110111101001111111100110110000011111110010101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dbd3fc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dbd3fc; }

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

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

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

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

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

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

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

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