Html Css Color HEX #D8D6FC Quartz

📋 copy color: '#D8D6FC'

red 216 ◦ green 214 ◦ blue 252

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

Shades of Quartz #D8D6FC

Tints of Quartz #D8D6FC

RGB

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

 GREEN value IS 214 (83.98% from 255) = 31.38%

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

R = 31.67%
G = 31.38%
B = 36.95%

CMYK

 C value IS 0.14

 M value IS 0.15

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D8D6FC (or 0xD8D6FC) is known color: Quartz. HEX triplet: D8, D6 and FC. RGB value is (216,214,252). Sum of RGB (Red+Green+Blue) = 216+214+252=682 (90% of max value = 765). Red value is 216 (84.77% from 255 or 31.67% from 682); Green value is 214 (83.98% from 255 or 31.38% from 682); Blue value is 252 (98.83% from 255 or 36.95% from 682); Max value from RGB is 252 - color contains mainly: blue. Hex color #D8D6FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8D6FC is #272903. Grayscale: #DADADA. Windows color (decimal): -2566404 or 16570072. OLE color: 16570072.

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

Color convert

RGB 216 214 252 -
CMYK 0.14 0.15 0 0.01
HSL 243.16º 0.86% 0.91% -
HSV(B) 243.16º 0.15% 0.99% -
XYZ 69.94 69.72 101.87 -
YUV 218.93 146.66 125.91 -
System Red Green Blue C M Y K H S L
Decimal 216 214 252 0.14 0.15 0 0.01 243.16 0.86 0.91
Hex D8 D6 FC E F 0 1 F3 56 5B
Octal 330 326 374 16 17 0 1 363 126 133
Binary 11011000 11010110 11111100 1110 1111 0 1 11110011 1010110 1011011

Color Harmonies of #D8D6FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8D6FC

Black with #D8D6FC

Text Example


Text Example

White with #D8D6FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8D6FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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