Html Css Color HEX #D5D1F9 Quartz

📋 copy color: '#D5D1F9'

red 213 ◦ green 209 ◦ blue 249

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

Shades of Quartz #D5D1F9

Tints of Quartz #D5D1F9

RGB

 RED value IS 213 (83.59% from 255) = 31.74%

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

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

R = 31.74%
G = 31.15%
B = 37.11%

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

#D5D1F9 (or 0xD5D1F9) is known color: Quartz. HEX triplet: D5, D1 and F9. RGB value is (213,209,249). Sum of RGB (Red+Green+Blue) = 213+209+249=671 (88% of max value = 765). Red value is 213 (83.59% from 255 or 31.74% from 671); Green value is 209 (82.03% from 255 or 31.15% from 671); Blue value is 249 (97.66% from 255 or 37.11% from 671); Max value from RGB is 249 - color contains mainly: blue. Hex color #D5D1F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5D1F9 is #2A2E06. Grayscale: #D6D6D6. Windows color (decimal): -2764295 or 16372181. OLE color: 16372181.

HSL color Cylindrical-coordinate representation of color #D5D1F9: hue angle of 246º 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 #D5D1F9 is Cyan = 0.14, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 213 209 249 -
CMYK 0.14 0.16 0 0.02
HSL 246º 0.77% 0.9% -
HSV(B) 246º 0.16% 0.98% -
XYZ 67.34 66.59 98.93 -
YUV 214.76 147.33 126.75 -
System Red Green Blue C M Y K H S L
Decimal 213 209 249 0.14 0.16 0 0.02 246 0.77 0.9
Hex D5 D1 F9 E 10 0 2 F6 4D 5A
Octal 325 321 371 16 20 0 2 366 115 132
Binary 11010101 11010001 11111001 1110 10000 0 10 11110110 1001101 1011010

Color Harmonies of #D5D1F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D1F9

Black with #D5D1F9

Text Example


Text Example

White with #D5D1F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D1F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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