#DBDCFD

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

Shades of Quartz #DBDCFD

Tints of Quartz #DBDCFD

Color information

#DBDCFD (or 0xDBDCFD) is unknown color: approx Quartz. HEX triplet: DB, DC and FD. RGB value is (219,220,253). Sum of RGB (Red+Green+Blue) = 219+220+253=692 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.65% from 692); Green value is 220 (86.33% from 255 or 31.79% from 692); Blue value is 253 (99.22% from 255 or 36.56% from 692); Max value from RGB is 253 - color contains mainly: blue. Hex color #DBDCFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBDCFD is #242302. Grayscale: #DFDFDF. Windows color (decimal): -2368259 or 16637147. OLE color: 16637147.

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

Color convert

RGB219220253-
CMYK0.130.1300.01
HSL238.24º89.47%92.55%-
HSV(B)238.24º13.44%99.22%-
XYZ72.5473.34103.26-
YUV223.46144.67124.82-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 31.65%
GREEN value IS 220 (86.33% from 255) = 31.79%
BLUE value IS 253 (99.22% from 255) = 36.56%
R=31.65%
G=31.79%
B=36.56%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2192202530.130.1300.01238.2489.4792.55
HexDBDCFDDD01ee595d
Octal333334375151501356131135
Binary11011011110111001111110111011101011110111010110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBDCFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBDCFD; }

 p { color: rgb(219,220,253); }

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

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

 a { background-color: rgb(219,220,253); }

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

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

 span { border-color: rgb(219,220,253); }

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