Html Css Color HEX #D6D1F9 Quartz

📋 copy color: '#D6D1F9'

red 214 ◦ green 209 ◦ blue 249

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

Shades of Quartz #D6D1F9

Tints of Quartz #D6D1F9

RGB

 RED value IS 214 (83.98% from 255) = 31.85%

 GREEN value IS 209 (82.03% from 255) = 31.1%

 BLUE value IS 249 (97.66% from 255) = 37.05%

R = 31.85%
G = 31.1%
B = 37.05%

CMYK

 C value IS 0.14

 M value IS 0.16

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D6D1F9 (or 0xD6D1F9) is known color: Quartz. HEX triplet: D6, D1 and F9. RGB value is (214,209,249). Sum of RGB (Red+Green+Blue) = 214+209+249=672 (89% of max value = 765). Red value is 214 (83.98% from 255 or 31.85% from 672); Green value is 209 (82.03% from 255 or 31.10% from 672); Blue value is 249 (97.66% from 255 or 37.05% from 672); Max value from RGB is 249 - color contains mainly: blue. Hex color #D6D1F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6D1F9 is #292E06. Grayscale: #D6D6D6. Windows color (decimal): -2698759 or 16372182. OLE color: 16372182.

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

Color convert

RGB 214 209 249 -
CMYK 0.14 0.16 0 0.02
HSL 247.5º 0.77% 0.9% -
HSV(B) 247.5º 0.16% 0.98% -
XYZ 67.63 66.74 98.94 -
YUV 215.06 147.16 127.25 -
System Red Green Blue C M Y K H S L
Decimal 214 209 249 0.14 0.16 0 0.02 247.5 0.77 0.9
Hex D6 D1 F9 E 10 0 2 F8 4D 5A
Octal 326 321 371 16 20 0 2 370 115 132
Binary 11010110 11010001 11111001 1110 10000 0 10 11111000 1001101 1011010

Color Harmonies of #D6D1F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6D1F9

Black with #D6D1F9

Text Example


Text Example

White with #D6D1F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6D1F9; }

 p { color: rgb(214,209,249); }

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

background-color css

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

 a { background-color: rgb(214,209,249); }

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

border-color css

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

 span { border-color: rgb(214,209,249); }

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