Html Css Color HEX #D9D6FB Quartz

📋 copy color: '#D9D6FB'

red 217 ◦ green 214 ◦ blue 251

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

Shades of Quartz #D9D6FB

Tints of Quartz #D9D6FB

RGB

 RED value IS 217 (85.16% from 255) = 31.82%

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

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

R = 31.82%
G = 31.38%
B = 36.8%

CMYK

 C value IS 0.14

 M value IS 0.15

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D9D6FB (or 0xD9D6FB) is known color: Quartz. HEX triplet: D9, D6 and FB. RGB value is (217,214,251). Sum of RGB (Red+Green+Blue) = 217+214+251=682 (90% of max value = 765). Red value is 217 (85.16% from 255 or 31.82% from 682); Green value is 214 (83.98% from 255 or 31.38% from 682); Blue value is 251 (98.44% from 255 or 36.80% from 682); Max value from RGB is 251 - color contains mainly: blue. Hex color #D9D6FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9D6FB is #262904. Grayscale: #DADADA. Windows color (decimal): -2500869 or 16504537. OLE color: 16504537.

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

Color convert

RGB 217 214 251 -
CMYK 0.14 0.15 0 0.02
HSL 244.86º 0.82% 0.91% -
HSV(B) 244.86º 0.15% 0.98% -
XYZ 70.07 69.81 101.05 -
YUV 219.12 145.99 126.49 -
System Red Green Blue C M Y K H S L
Decimal 217 214 251 0.14 0.15 0 0.02 244.86 0.82 0.91
Hex D9 D6 FB E F 0 2 F5 52 5B
Octal 331 326 373 16 17 0 2 365 122 133
Binary 11011001 11010110 11111011 1110 1111 0 10 11110101 1010010 1011011

Color Harmonies of #D9D6FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9D6FB

Black with #D9D6FB

Text Example


Text Example

White with #D9D6FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9D6FB; }

 p { color: rgb(217,214,251); }

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

background-color css

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

 a { background-color: rgb(217,214,251); }

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

border-color css

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

 span { border-color: rgb(217,214,251); }

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