Html Css Color HEX #D7D9F1 Quartz

📋 copy color: '#D7D9F1'

red 215 ◦ green 217 ◦ blue 241

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

Shades of Quartz #D7D9F1

Tints of Quartz #D7D9F1

RGB

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

 GREEN value IS 217 (85.16% from 255) = 32.24%

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

R = 31.95%
G = 32.24%
B = 35.81%

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

#D7D9F1 (or 0xD7D9F1) is known color: Quartz. HEX triplet: D7, D9 and F1. RGB value is (215,217,241). Sum of RGB (Red+Green+Blue) = 215+217+241=673 (89% of max value = 765). Red value is 215 (84.38% from 255 or 31.95% from 673); Green value is 217 (85.16% from 255 or 32.24% from 673); Blue value is 241 (94.53% from 255 or 35.81% from 673); Max value from RGB is 241 - color contains mainly: blue. Hex color #D7D9F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7D9F1 is #28260E. Grayscale: #DBDBDB. Windows color (decimal): -2631183 or 15849943. OLE color: 15849943.

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

Color convert

RGB 215 217 241 -
CMYK 0.11 0.10 0 0.05
HSL 235.38º 0.48% 0.89% -
HSV(B) 235.38º 0.11% 0.95% -
XYZ 68.71 70.42 93.19 -
YUV 219.14 140.34 125.05 -
System Red Green Blue C M Y K H S L
Decimal 215 217 241 0.11 0.10 0 0.05 235.38 0.48 0.89
Hex D7 D9 F1 B A 0 5 EB 30 59
Octal 327 331 361 13 12 0 5 353 60 131
Binary 11010111 11011001 11110001 1011 1010 0 101 11101011 110000 1011001

Color Harmonies of #D7D9F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7D9F1

Black with #D7D9F1

Text Example


Text Example

White with #D7D9F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7D9F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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