Html Css Color HEX #D7D7FD Quartz

📋 copy color: '#D7D7FD'

red 215 ◦ green 215 ◦ blue 253

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

Shades of Quartz #D7D7FD

Tints of Quartz #D7D7FD

RGB

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

 GREEN value IS 215 (84.38% from 255) = 31.48%

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

R = 31.48%
G = 31.48%
B = 37.04%

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

#D7D7FD (or 0xD7D7FD) is known color: Quartz. HEX triplet: D7, D7 and FD. RGB value is (215,215,253). Sum of RGB (Red+Green+Blue) = 215+215+253=683 (90% of max value = 765). Red value is 215 (84.38% from 255 or 31.48% from 683); Green value is 215 (84.38% from 255 or 31.48% from 683); Blue value is 253 (99.22% from 255 or 37.04% from 683); Max value from RGB is 253 - color contains mainly: blue. Hex color #D7D7FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7D7FD is #282802. Grayscale: #DBDBDB. Windows color (decimal): -2631683 or 16635863. OLE color: 16635863.

HSL color Cylindrical-coordinate representation of color #D7D7FD: hue angle of 240º degrees, saturation: 0.9, 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 #D7D7FD is Cyan = 0.15, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 215 215 253 -
CMYK 0.15 0.15 0 0.01
HSL 240º 0.9% 0.92% -
HSV(B) 240º 0.15% 0.99% -
XYZ 70.05 70.14 102.77 -
YUV 219.33 147 124.91 -
System Red Green Blue C M Y K H S L
Decimal 215 215 253 0.15 0.15 0 0.01 240 0.9 0.92
Hex D7 D7 FD F F 0 1 F0 5A 5C
Octal 327 327 375 17 17 0 1 360 132 134
Binary 11010111 11010111 11111101 1111 1111 0 1 11110000 1011010 1011100

Color Harmonies of #D7D7FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7D7FD

Black with #D7D7FD

Text Example


Text Example

White with #D7D7FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7D7FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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