Html Css Color HEX #D8DAFA Quartz

📋 copy color: '#D8DAFA'

red 216 ◦ green 218 ◦ blue 250

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

Shades of Quartz #D8DAFA

Tints of Quartz #D8DAFA

RGB

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

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

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

R = 31.58%
G = 31.87%
B = 36.55%

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

#D8DAFA (or 0xD8DAFA) is known color: Quartz. HEX triplet: D8, DA and FA. RGB value is (216,218,250). Sum of RGB (Red+Green+Blue) = 216+218+250=684 (90% of max value = 765). Red value is 216 (84.77% from 255 or 31.58% from 684); Green value is 218 (85.55% from 255 or 31.87% from 684); Blue value is 250 (98.05% from 255 or 36.55% from 684); Max value from RGB is 250 - color contains mainly: blue. Hex color #D8DAFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8DAFA is #272505. Grayscale: #DCDCDC. Windows color (decimal): -2565382 or 16440024. OLE color: 16440024.

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

Color convert

RGB 216 218 250 -
CMYK 0.14 0.13 0 0.02
HSL 236.47º 0.77% 0.91% -
HSV(B) 236.47º 0.14% 0.98% -
XYZ 70.65 71.64 100.55 -
YUV 221.05 144.34 124.4 -
System Red Green Blue C M Y K H S L
Decimal 216 218 250 0.14 0.13 0 0.02 236.47 0.77 0.91
Hex D8 DA FA E D 0 2 EC 4D 5B
Octal 330 332 372 16 15 0 2 354 115 133
Binary 11011000 11011010 11111010 1110 1101 0 10 11101100 1001101 1011011

Color Harmonies of #D8DAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8DAFA

Black with #D8DAFA

Text Example


Text Example

White with #D8DAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8DAFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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