Html Css Color HEX #D8D6FD Quartz

📋 copy color: '#D8D6FD'

red 216 ◦ green 214 ◦ blue 253

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

Shades of Quartz #D8D6FD

Tints of Quartz #D8D6FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 37.04%

R = 31.63%
G = 31.33%
B = 37.04%

CMYK

 C value IS 0.15

 M value IS 0.15

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D8D6FD (or 0xD8D6FD) is known color: Quartz. HEX triplet: D8, D6 and FD. RGB value is (216,214,253). Sum of RGB (Red+Green+Blue) = 216+214+253=683 (90% of max value = 765). Red value is 216 (84.77% from 255 or 31.63% from 683); Green value is 214 (83.98% from 255 or 31.33% from 683); Blue value is 253 (99.22% from 255 or 37.04% from 683); Max value from RGB is 253 - color contains mainly: blue. Hex color #D8D6FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8D6FD is #272902. Grayscale: #DADADA. Windows color (decimal): -2566403 or 16635608. OLE color: 16635608.

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

Color convert

RGB 216 214 253 -
CMYK 0.15 0.15 0 0.01
HSL 243.08º 0.91% 0.92% -
HSV(B) 243.08º 0.15% 0.99% -
XYZ 70.1 69.78 102.7 -
YUV 219.04 147.16 125.83 -
System Red Green Blue C M Y K H S L
Decimal 216 214 253 0.15 0.15 0 0.01 243.08 0.91 0.92
Hex D8 D6 FD F F 0 1 F3 5B 5C
Octal 330 326 375 17 17 0 1 363 133 134
Binary 11011000 11010110 11111101 1111 1111 0 1 11110011 1011011 1011100

Color Harmonies of #D8D6FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8D6FD

Black with #D8D6FD

Text Example


Text Example

White with #D8D6FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8D6FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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