Html Css Color HEX #D7D8F1 Quartz

📋 copy color: '#D7D8F1'

red 215 ◦ green 216 ◦ blue 241

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

Shades of Quartz #D7D8F1

Tints of Quartz #D7D8F1

RGB

 RED value IS 215 (84.38% from 255) = 31.99%

 GREEN value IS 216 (84.77% from 255) = 32.14%

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

R = 31.99%
G = 32.14%
B = 35.86%

CMYK

 C value IS 0.11

 M value IS 0.10

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D7D8F1 (or 0xD7D8F1) is known color: Quartz. HEX triplet: D7, D8 and F1. RGB value is (215,216,241). Sum of RGB (Red+Green+Blue) = 215+216+241=672 (89% of max value = 765). Red value is 215 (84.38% from 255 or 31.99% from 672); Green value is 216 (84.77% from 255 or 32.14% 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 #D7D8F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7D8F1 is #28270E. Grayscale: #DADADA. Windows color (decimal): -2631439 or 15849687. OLE color: 15849687.

HSL color Cylindrical-coordinate representation of color #D7D8F1: hue angle of 237.69º degrees, saturation: 0.48, 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 #D7D8F1 is Cyan = 0.11, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 215 216 241 -
CMYK 0.11 0.10 0 0.05
HSL 237.69º 0.48% 0.89% -
HSV(B) 237.69º 0.11% 0.95% -
XYZ 68.46 69.91 93.1 -
YUV 218.55 140.67 125.47 -
System Red Green Blue C M Y K H S L
Decimal 215 216 241 0.11 0.10 0 0.05 237.69 0.48 0.89
Hex D7 D8 F1 B A 0 5 EE 30 59
Octal 327 330 361 13 12 0 5 356 60 131
Binary 11010111 11011000 11110001 1011 1010 0 101 11101110 110000 1011001

Color Harmonies of #D7D8F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7D8F1

Black with #D7D8F1

Text Example


Text Example

White with #D7D8F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7D8F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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