Html Css Color HEX #D7DAF1 Quartz

📋 copy color: '#D7DAF1'

red 215 ◦ green 218 ◦ blue 241

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

Shades of Quartz #D7DAF1

Tints of Quartz #D7DAF1

RGB

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

 GREEN value IS 218 (85.55% from 255) = 32.34%

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

R = 31.9%
G = 32.34%
B = 35.76%

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

#D7DAF1 (or 0xD7DAF1) is known color: Quartz. HEX triplet: D7, DA and F1. RGB value is (215,218,241). Sum of RGB (Red+Green+Blue) = 215+218+241=674 (89% of max value = 765). Red value is 215 (84.38% from 255 or 31.90% from 674); Green value is 218 (85.55% from 255 or 32.34% from 674); Blue value is 241 (94.53% from 255 or 35.76% from 674); Max value from RGB is 241 - color contains mainly: blue. Hex color #D7DAF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7DAF1 is #28250E. Grayscale: #DBDBDB. Windows color (decimal): -2630927 or 15850199. OLE color: 15850199.

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

Color convert

RGB 215 218 241 -
CMYK 0.11 0.10 0 0.05
HSL 233.08º 0.48% 0.89% -
HSV(B) 233.08º 0.11% 0.95% -
XYZ 68.97 70.94 93.28 -
YUV 219.73 140.01 124.63 -
System Red Green Blue C M Y K H S L
Decimal 215 218 241 0.11 0.10 0 0.05 233.08 0.48 0.89
Hex D7 DA F1 B A 0 5 E9 30 59
Octal 327 332 361 13 12 0 5 351 60 131
Binary 11010111 11011010 11110001 1011 1010 0 101 11101001 110000 1011001

Color Harmonies of #D7DAF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7DAF1

Black with #D7DAF1

Text Example


Text Example

White with #D7DAF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7DAF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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