Html Css Color HEX #D8DBFA Quartz

📋 copy color: '#D8DBFA'

red 216 ◦ green 219 ◦ blue 250

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

Shades of Quartz #D8DBFA

Tints of Quartz #D8DBFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 36.5%

R = 31.53%
G = 31.97%
B = 36.5%

CMYK

 C value IS 0.14

 M value IS 0.12

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D8DBFA (or 0xD8DBFA) is known color: Quartz. HEX triplet: D8, DB and FA. RGB value is (216,219,250). Sum of RGB (Red+Green+Blue) = 216+219+250=685 (90% of max value = 765). Red value is 216 (84.77% from 255 or 31.53% from 685); Green value is 219 (85.94% from 255 or 31.97% from 685); Blue value is 250 (98.05% from 255 or 36.50% from 685); Max value from RGB is 250 - color contains mainly: blue. Hex color #D8DBFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8DBFA is #272405. Grayscale: #DDDDDD. Windows color (decimal): -2565126 or 16440280. OLE color: 16440280.

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

Color convert

RGB 216 219 250 -
CMYK 0.14 0.12 0 0.02
HSL 234.71º 0.77% 0.91% -
HSV(B) 234.71º 0.14% 0.98% -
XYZ 70.91 72.16 100.63 -
YUV 221.64 144.01 123.98 -
System Red Green Blue C M Y K H S L
Decimal 216 219 250 0.14 0.12 0 0.02 234.71 0.77 0.91
Hex D8 DB FA E C 0 2 EB 4D 5B
Octal 330 333 372 16 14 0 2 353 115 133
Binary 11011000 11011011 11111010 1110 1100 0 10 11101011 1001101 1011011

Color Harmonies of #D8DBFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8DBFA

Black with #D8DBFA

Text Example


Text Example

White with #D8DBFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8DBFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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