Html Css Color HEX #D7D1F2 Quartz

📋 copy color: '#D7D1F2'

red 215 ◦ green 209 ◦ blue 242

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

Shades of Quartz #D7D1F2

Tints of Quartz #D7D1F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 36.34%

R = 32.28%
G = 31.38%
B = 36.34%

CMYK

 C value IS 0.11

 M value IS 0.14

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D7D1F2 (or 0xD7D1F2) is known color: Quartz. HEX triplet: D7, D1 and F2. RGB value is (215,209,242). Sum of RGB (Red+Green+Blue) = 215+209+242=666 (88% of max value = 765). Red value is 215 (84.38% from 255 or 32.28% from 666); Green value is 209 (82.03% from 255 or 31.38% from 666); Blue value is 242 (94.92% from 255 or 36.34% from 666); Max value from RGB is 242 - color contains mainly: blue. Hex color #D7D1F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7D1F2 is #282E0D. Grayscale: #D6D6D6. Windows color (decimal): -2633230 or 15913431. OLE color: 15913431.

HSL color Cylindrical-coordinate representation of color #D7D1F2: hue angle of 250.91º degrees, saturation: 0.56, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D7D1F2 is Cyan = 0.11, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 215 209 242 -
CMYK 0.11 0.14 0 0.05
HSL 250.91º 0.56% 0.88% -
HSV(B) 250.91º 0.14% 0.95% -
XYZ 66.85 66.46 93.31 -
YUV 214.56 143.49 128.32 -
System Red Green Blue C M Y K H S L
Decimal 215 209 242 0.11 0.14 0 0.05 250.91 0.56 0.88
Hex D7 D1 F2 B E 0 5 FB 38 58
Octal 327 321 362 13 16 0 5 373 70 130
Binary 11010111 11010001 11110010 1011 1110 0 101 11111011 111000 1011000

Color Harmonies of #D7D1F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7D1F2

Black with #D7D1F2

Text Example


Text Example

White with #D7D1F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7D1F2; }

 p { color: rgb(215,209,242); }

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

background-color css

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

 a { background-color: rgb(215,209,242); }

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

border-color css

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

 span { border-color: rgb(215,209,242); }

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