Html Css Color HEX #D8D5F1 Quartz

📋 copy color: '#D8D5F1'

red 216 ◦ green 213 ◦ blue 241

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

Shades of Quartz #D8D5F1

Tints of Quartz #D8D5F1

RGB

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

 GREEN value IS 213 (83.59% from 255) = 31.79%

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

R = 32.24%
G = 31.79%
B = 35.97%

CMYK

 C value IS 0.10

 M value IS 0.12

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D8D5F1 (or 0xD8D5F1) is known color: Quartz. HEX triplet: D8, D5 and F1. RGB value is (216,213,241). Sum of RGB (Red+Green+Blue) = 216+213+241=670 (88% of max value = 765). Red value is 216 (84.77% from 255 or 32.24% from 670); Green value is 213 (83.59% from 255 or 31.79% from 670); Blue value is 241 (94.53% from 255 or 35.97% from 670); Max value from RGB is 241 - color contains mainly: blue. Hex color #D8D5F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8D5F1 is #272A0E. Grayscale: #D8D8D8. Windows color (decimal): -2566671 or 15848920. OLE color: 15848920.

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

Color convert

RGB 216 213 241 -
CMYK 0.10 0.12 0 0.05
HSL 246.43º 0.5% 0.89% -
HSV(B) 246.43º 0.12% 0.95% -
XYZ 67.99 68.54 92.86 -
YUV 217.09 141.49 127.22 -
System Red Green Blue C M Y K H S L
Decimal 216 213 241 0.10 0.12 0 0.05 246.43 0.5 0.89
Hex D8 D5 F1 A C 0 5 F6 32 59
Octal 330 325 361 12 14 0 5 366 62 131
Binary 11011000 11010101 11110001 1010 1100 0 101 11110110 110010 1011001

Color Harmonies of #D8D5F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8D5F1

Black with #D8D5F1

Text Example


Text Example

White with #D8D5F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8D5F1; }

 p { color: rgb(216,213,241); }

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

background-color css

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

 a { background-color: rgb(216,213,241); }

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

border-color css

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

 span { border-color: rgb(216,213,241); }

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