Html Css Color HEX #D7D2F0 Quartz

📋 copy color: '#D7D2F0'

red 215 ◦ green 210 ◦ blue 240

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

Shades of Quartz #D7D2F0

Tints of Quartz #D7D2F0

RGB

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

 GREEN value IS 210 (82.42% from 255) = 31.58%

 BLUE value IS 240 (94.14% from 255) = 36.09%

R = 32.33%
G = 31.58%
B = 36.09%

CMYK

 C value IS 0.10

 M value IS 0.12

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D7D2F0 (or 0xD7D2F0) is known color: Quartz. HEX triplet: D7, D2 and F0. RGB value is (215,210,240). Sum of RGB (Red+Green+Blue) = 215+210+240=665 (88% of max value = 765). Red value is 215 (84.38% from 255 or 32.33% from 665); Green value is 210 (82.42% from 255 or 31.58% from 665); Blue value is 240 (94.14% from 255 or 36.09% from 665); Max value from RGB is 240 - color contains mainly: blue. Hex color #D7D2F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7D2F0 is #282D0F. Grayscale: #D6D6D6. Windows color (decimal): -2632976 or 15782615. OLE color: 15782615.

HSL color Cylindrical-coordinate representation of color #D7D2F0: hue angle of 250º degrees, saturation: 0.5, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D7D2F0 is Cyan = 0.10, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 215 210 240 -
CMYK 0.10 0.12 0 0.06
HSL 250º 0.5% 0.88% -
HSV(B) 250º 0.13% 0.94% -
XYZ 66.8 66.83 91.82 -
YUV 214.92 142.16 128.06 -
System Red Green Blue C M Y K H S L
Decimal 215 210 240 0.10 0.12 0 0.06 250 0.5 0.88
Hex D7 D2 F0 A C 0 6 FA 32 58
Octal 327 322 360 12 14 0 6 372 62 130
Binary 11010111 11010010 11110000 1010 1100 0 110 11111010 110010 1011000

Color Harmonies of #D7D2F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7D2F0

Black with #D7D2F0

Text Example


Text Example

White with #D7D2F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7D2F0; }

 p { color: rgb(215,210,240); }

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

background-color css

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

 a { background-color: rgb(215,210,240); }

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

border-color css

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

 span { border-color: rgb(215,210,240); }

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