Html Css Color HEX #D9D6F1 Quartz

📋 copy color: '#D9D6F1'

red 217 ◦ green 214 ◦ blue 241

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

Shades of Quartz #D9D6F1

Tints of Quartz #D9D6F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 35.86%

R = 32.29%
G = 31.85%
B = 35.86%

CMYK

 C value IS 0.10

 M value IS 0.11

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D9D6F1 (or 0xD9D6F1) is known color: Quartz. HEX triplet: D9, D6 and F1. RGB value is (217,214,241). Sum of RGB (Red+Green+Blue) = 217+214+241=672 (89% of max value = 765). Red value is 217 (85.16% from 255 or 32.29% from 672); Green value is 214 (83.98% from 255 or 31.85% from 672); Blue value is 241 (94.53% from 255 or 35.86% from 672); Max value from RGB is 241 - color contains mainly: blue. Hex color #D9D6F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9D6F1 is #26290E. Grayscale: #D9D9D9. Windows color (decimal): -2500879 or 15849177. OLE color: 15849177.

HSL color Cylindrical-coordinate representation of color #D9D6F1: hue angle of 246.67º degrees, saturation: 0.49, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D9D6F1 is Cyan = 0.10, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 217 214 241 -
CMYK 0.10 0.11 0 0.05
HSL 246.67º 0.49% 0.89% -
HSV(B) 246.67º 0.11% 0.95% -
XYZ 68.54 69.2 92.96 -
YUV 217.98 140.99 127.3 -
System Red Green Blue C M Y K H S L
Decimal 217 214 241 0.10 0.11 0 0.05 246.67 0.49 0.89
Hex D9 D6 F1 A B 0 5 F7 31 59
Octal 331 326 361 12 13 0 5 367 61 131
Binary 11011001 11010110 11110001 1010 1011 0 101 11110111 110001 1011001

Color Harmonies of #D9D6F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9D6F1

Black with #D9D6F1

Text Example


Text Example

White with #D9D6F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9D6F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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