Html Css Color HEX #D9DBFB Quartz

📋 copy color: '#D9DBFB'

red 217 ◦ green 219 ◦ blue 251

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

Shades of Quartz #D9DBFB

Tints of Quartz #D9DBFB

RGB

 RED value IS 217 (85.16% from 255) = 31.59%

 GREEN value IS 219 (85.94% from 255) = 31.88%

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

R = 31.59%
G = 31.88%
B = 36.54%

CMYK

 C value IS 0.14

 M value IS 0.13

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D9DBFB (or 0xD9DBFB) is known color: Quartz. HEX triplet: D9, DB and FB. RGB value is (217,219,251). Sum of RGB (Red+Green+Blue) = 217+219+251=687 (90% of max value = 765). Red value is 217 (85.16% from 255 or 31.59% from 687); Green value is 219 (85.94% from 255 or 31.88% from 687); Blue value is 251 (98.44% from 255 or 36.54% from 687); Max value from RGB is 251 - color contains mainly: blue. Hex color #D9DBFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9DBFB is #262404. Grayscale: #DDDDDD. Windows color (decimal): -2499589 or 16505817. OLE color: 16505817.

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

Color convert

RGB 217 219 251 -
CMYK 0.14 0.13 0 0.02
HSL 236.47º 0.81% 0.92% -
HSV(B) 236.47º 0.14% 0.98% -
XYZ 71.36 72.38 101.48 -
YUV 222.05 144.34 124.4 -
System Red Green Blue C M Y K H S L
Decimal 217 219 251 0.14 0.13 0 0.02 236.47 0.81 0.92
Hex D9 DB FB E D 0 2 EC 51 5C
Octal 331 333 373 16 15 0 2 354 121 134
Binary 11011001 11011011 11111011 1110 1101 0 10 11101100 1010001 1011100

Color Harmonies of #D9DBFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9DBFB

Black with #D9DBFB

Text Example


Text Example

White with #D9DBFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9DBFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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