Html Css Color HEX #D7D6FD Quartz

📋 copy color: '#D7D6FD'

red 215 ◦ green 214 ◦ blue 253

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

Shades of Quartz #D7D6FD

Tints of Quartz #D7D6FD

RGB

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

 GREEN value IS 214 (83.98% from 255) = 31.38%

 BLUE value IS 253 (99.22% from 255) = 37.1%

R = 31.52%
G = 31.38%
B = 37.1%

CMYK

 C value IS 0.15

 M value IS 0.15

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D7D6FD (or 0xD7D6FD) is known color: Quartz. HEX triplet: D7, D6 and FD. RGB value is (215,214,253). Sum of RGB (Red+Green+Blue) = 215+214+253=682 (90% of max value = 765). Red value is 215 (84.38% from 255 or 31.52% from 682); Green value is 214 (83.98% from 255 or 31.38% from 682); Blue value is 253 (99.22% from 255 or 37.10% from 682); Max value from RGB is 253 - color contains mainly: blue. Hex color #D7D6FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7D6FD is #282902. Grayscale: #DADADA. Windows color (decimal): -2631939 or 16635607. OLE color: 16635607.

HSL color Cylindrical-coordinate representation of color #D7D6FD: hue angle of 241.54º degrees, saturation: 0.91, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D7D6FD is Cyan = 0.15, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 215 214 253 -
CMYK 0.15 0.15 0 0.01
HSL 241.54º 0.91% 0.92% -
HSV(B) 241.54º 0.15% 0.99% -
XYZ 69.8 69.63 102.69 -
YUV 218.75 147.33 125.33 -
System Red Green Blue C M Y K H S L
Decimal 215 214 253 0.15 0.15 0 0.01 241.54 0.91 0.92
Hex D7 D6 FD F F 0 1 F2 5B 5C
Octal 327 326 375 17 17 0 1 362 133 134
Binary 11010111 11010110 11111101 1111 1111 0 1 11110010 1011011 1011100

Color Harmonies of #D7D6FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7D6FD

Black with #D7D6FD

Text Example


Text Example

White with #D7D6FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7D6FD; }

 p { color: rgb(215,214,253); }

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

background-color css

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

 a { background-color: rgb(215,214,253); }

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

border-color css

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

 span { border-color: rgb(215,214,253); }

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