Html Css Color HEX #DBDCFB Quartz

📋 copy color: '#DBDCFB'

red 219 ◦ green 220 ◦ blue 251

#DBDCFB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Quartz #DBDCFB

Tints of Quartz #DBDCFB

RGB

 RED value IS 219 (85.94% from 255) = 31.74%

 GREEN value IS 220 (86.33% from 255) = 31.88%

 BLUE value IS 251 (98.44% from 255) = 36.38%

R = 31.74%
G = 31.88%
B = 36.38%

CMYK

 C value IS 0.13

 M value IS 0.12

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DBDCFB (or 0xDBDCFB) is known color: Quartz. HEX triplet: DB, DC and FB. RGB value is (219,220,251). Sum of RGB (Red+Green+Blue) = 219+220+251=690 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.74% from 690); Green value is 220 (86.33% from 255 or 31.88% from 690); Blue value is 251 (98.44% from 255 or 36.38% from 690); Max value from RGB is 251 - color contains mainly: blue. Hex color #DBDCFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBDCFB is #242304. Grayscale: #DFDFDF. Windows color (decimal): -2368261 or 16506075. OLE color: 16506075.

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

Color convert

RGB 219 220 251 -
CMYK 0.13 0.12 0 0.02
HSL 238.13º 0.8% 0.92% -
HSV(B) 238.13º 0.13% 0.98% -
XYZ 72.22 73.21 101.59 -
YUV 223.24 143.67 124.98 -
System Red Green Blue C M Y K H S L
Decimal 219 220 251 0.13 0.12 0 0.02 238.13 0.8 0.92
Hex DB DC FB D C 0 2 EE 50 5C
Octal 333 334 373 15 14 0 2 356 120 134
Binary 11011011 11011100 11111011 1101 1100 0 10 11101110 1010000 1011100

Color Harmonies of #DBDCFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDCFB

Black with #DBDCFB

Text Example


Text Example

White with #DBDCFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDCFB; }

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

 H1.HeaderClassName
 {
   color: #DBDCFB;
 }
 .AnyTagClassName
 {
   color: #DBDCFB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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