Html Css Color HEX #D8DAFB Quartz

📋 copy color: '#D8DAFB'

red 216 ◦ green 218 ◦ blue 251

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

Shades of Quartz #D8DAFB

Tints of Quartz #D8DAFB

RGB

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

 GREEN value IS 218 (85.55% from 255) = 31.82%

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

R = 31.53%
G = 31.82%
B = 36.64%

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

#D8DAFB (or 0xD8DAFB) is known color: Quartz. HEX triplet: D8, DA and FB. RGB value is (216,218,251). Sum of RGB (Red+Green+Blue) = 216+218+251=685 (90% of max value = 765). Red value is 216 (84.77% from 255 or 31.53% from 685); Green value is 218 (85.55% from 255 or 31.82% from 685); Blue value is 251 (98.44% from 255 or 36.64% from 685); Max value from RGB is 251 - color contains mainly: blue. Hex color #D8DAFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8DAFB is #272504. Grayscale: #DDDDDD. Windows color (decimal): -2565381 or 16505560. OLE color: 16505560.

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

Color convert

RGB 216 218 251 -
CMYK 0.14 0.13 0 0.02
HSL 236.57º 0.81% 0.92% -
HSV(B) 236.57º 0.14% 0.98% -
XYZ 70.8 71.71 101.38 -
YUV 221.16 144.84 124.32 -
System Red Green Blue C M Y K H S L
Decimal 216 218 251 0.14 0.13 0 0.02 236.57 0.81 0.92
Hex D8 DA FB E D 0 2 ED 51 5C
Octal 330 332 373 16 15 0 2 355 121 134
Binary 11011000 11011010 11111011 1110 1101 0 10 11101101 1010001 1011100

Color Harmonies of #D8DAFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8DAFB

Black with #D8DAFB

Text Example


Text Example

White with #D8DAFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8DAFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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