Html Css Color HEX #D8D9FC Quartz

📋 copy color: '#D8D9FC'

red 216 ◦ green 217 ◦ blue 252

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

Shades of Quartz #D8D9FC

Tints of Quartz #D8D9FC

RGB

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

 GREEN value IS 217 (85.16% from 255) = 31.68%

 BLUE value IS 252 (98.83% from 255) = 36.79%

R = 31.53%
G = 31.68%
B = 36.79%

CMYK

 C value IS 0.14

 M value IS 0.14

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D8D9FC (or 0xD8D9FC) is known color: Quartz. HEX triplet: D8, D9 and FC. RGB value is (216,217,252). Sum of RGB (Red+Green+Blue) = 216+217+252=685 (90% of max value = 765). Red value is 216 (84.77% from 255 or 31.53% from 685); Green value is 217 (85.16% from 255 or 31.68% from 685); Blue value is 252 (98.83% from 255 or 36.79% from 685); Max value from RGB is 252 - color contains mainly: blue. Hex color #D8D9FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8D9FC is #272603. Grayscale: #DCDCDC. Windows color (decimal): -2565636 or 16570840. OLE color: 16570840.

HSL color Cylindrical-coordinate representation of color #D8D9FC: hue angle of 238.33º degrees, saturation: 0.86, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D8D9FC is Cyan = 0.14, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 216 217 252 -
CMYK 0.14 0.14 0 0.01
HSL 238.33º 0.86% 0.92% -
HSV(B) 238.33º 0.14% 0.99% -
XYZ 70.7 71.25 102.12 -
YUV 220.69 145.67 124.65 -
System Red Green Blue C M Y K H S L
Decimal 216 217 252 0.14 0.14 0 0.01 238.33 0.86 0.92
Hex D8 D9 FC E E 0 1 EE 56 5C
Octal 330 331 374 16 16 0 1 356 126 134
Binary 11011000 11011001 11111100 1110 1110 0 1 11101110 1010110 1011100

Color Harmonies of #D8D9FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8D9FC

Black with #D8D9FC

Text Example


Text Example

White with #D8D9FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8D9FC; }

 p { color: rgb(216,217,252); }

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

background-color css

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

 a { background-color: rgb(216,217,252); }

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

border-color css

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

 span { border-color: rgb(216,217,252); }

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