Html Css Color HEX #D8DBFB Quartz

📋 copy color: '#D8DBFB'

red 216 ◦ green 219 ◦ blue 251

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

Shades of Quartz #D8DBFB

Tints of Quartz #D8DBFB

RGB

 RED value IS 216 (84.77% from 255) = 31.49%

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

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

R = 31.49%
G = 31.92%
B = 36.59%

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

#D8DBFB (or 0xD8DBFB) is known color: Quartz. HEX triplet: D8, DB and FB. RGB value is (216,219,251). Sum of RGB (Red+Green+Blue) = 216+219+251=686 (90% of max value = 765). Red value is 216 (84.77% from 255 or 31.49% from 686); Green value is 219 (85.94% from 255 or 31.92% from 686); Blue value is 251 (98.44% from 255 or 36.59% from 686); Max value from RGB is 251 - color contains mainly: blue. Hex color #D8DBFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8DBFB is #272404. Grayscale: #DDDDDD. Windows color (decimal): -2565125 or 16505816. OLE color: 16505816.

HSL color Cylindrical-coordinate representation of color #D8DBFB: hue angle of 234.86º 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 #D8DBFB is Cyan = 0.14, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 216 219 251 -
CMYK 0.14 0.13 0 0.02
HSL 234.86º 0.81% 0.92% -
HSV(B) 234.86º 0.14% 0.98% -
XYZ 71.06 72.23 101.46 -
YUV 221.75 144.51 123.9 -
System Red Green Blue C M Y K H S L
Decimal 216 219 251 0.14 0.13 0 0.02 234.86 0.81 0.92
Hex D8 DB FB E D 0 2 EB 51 5C
Octal 330 333 373 16 15 0 2 353 121 134
Binary 11011000 11011011 11111011 1110 1101 0 10 11101011 1010001 1011100

Color Harmonies of #D8DBFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8DBFB

Black with #D8DBFB

Text Example


Text Example

White with #D8DBFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8DBFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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