Html Css Color HEX #D7D0F9 Quartz

📋 copy color: '#D7D0F9'

red 215 ◦ green 208 ◦ blue 249

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

Shades of Quartz #D7D0F9

Tints of Quartz #D7D0F9

RGB

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

 GREEN value IS 208 (81.64% from 255) = 30.95%

 BLUE value IS 249 (97.66% from 255) = 37.05%

R = 31.99%
G = 30.95%
B = 37.05%

CMYK

 C value IS 0.14

 M value IS 0.16

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D7D0F9 (or 0xD7D0F9) is known color: Quartz. HEX triplet: D7, D0 and F9. RGB value is (215,208,249). Sum of RGB (Red+Green+Blue) = 215+208+249=672 (89% of max value = 765). Red value is 215 (84.38% from 255 or 31.99% from 672); Green value is 208 (81.64% from 255 or 30.95% from 672); Blue value is 249 (97.66% from 255 or 37.05% from 672); Max value from RGB is 249 - color contains mainly: blue. Hex color #D7D0F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7D0F9 is #282F06. Grayscale: #D6D6D6. Windows color (decimal): -2633479 or 16371927. OLE color: 16371927.

HSL color Cylindrical-coordinate representation of color #D7D0F9: hue angle of 250.24º degrees, saturation: 0.77, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D7D0F9 is Cyan = 0.14, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 215 208 249 -
CMYK 0.14 0.16 0 0.02
HSL 250.24º 0.77% 0.9% -
HSV(B) 250.24º 0.16% 0.98% -
XYZ 67.68 66.4 98.87 -
YUV 214.77 147.32 128.17 -
System Red Green Blue C M Y K H S L
Decimal 215 208 249 0.14 0.16 0 0.02 250.24 0.77 0.9
Hex D7 D0 F9 E 10 0 2 FA 4D 5A
Octal 327 320 371 16 20 0 2 372 115 132
Binary 11010111 11010000 11111001 1110 10000 0 10 11111010 1001101 1011010

Color Harmonies of #D7D0F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7D0F9

Black with #D7D0F9

Text Example


Text Example

White with #D7D0F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7D0F9; }

 p { color: rgb(215,208,249); }

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

background-color css

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

 a { background-color: rgb(215,208,249); }

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

border-color css

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

 span { border-color: rgb(215,208,249); }

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