Html Css Color HEX #D7D2FD Quartz

📋 copy color: '#D7D2FD'

red 215 ◦ green 210 ◦ blue 253

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

Shades of Quartz #D7D2FD

Tints of Quartz #D7D2FD

RGB

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

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

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

R = 31.71%
G = 30.97%
B = 37.32%

CMYK

 C value IS 0.15

 M value IS 0.17

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D7D2FD (or 0xD7D2FD) is known color: Quartz. HEX triplet: D7, D2 and FD. RGB value is (215,210,253). Sum of RGB (Red+Green+Blue) = 215+210+253=678 (89% of max value = 765). Red value is 215 (84.38% from 255 or 31.71% from 678); Green value is 210 (82.42% from 255 or 30.97% from 678); Blue value is 253 (99.22% from 255 or 37.32% from 678); Max value from RGB is 253 - color contains mainly: blue. Hex color #D7D2FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7D2FD is #282D02. Grayscale: #D8D8D8. Windows color (decimal): -2632963 or 16634583. OLE color: 16634583.

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

Color convert

RGB 215 210 253 -
CMYK 0.15 0.17 0 0.01
HSL 246.98º 0.91% 0.91% -
HSV(B) 246.98º 0.17% 0.99% -
XYZ 68.8 67.63 102.36 -
YUV 216.4 148.66 127 -
System Red Green Blue C M Y K H S L
Decimal 215 210 253 0.15 0.17 0 0.01 246.98 0.91 0.91
Hex D7 D2 FD F 11 0 1 F7 5B 5B
Octal 327 322 375 17 21 0 1 367 133 133
Binary 11010111 11010010 11111101 1111 10001 0 1 11110111 1011011 1011011

Color Harmonies of #D7D2FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7D2FD

Black with #D7D2FD

Text Example


Text Example

White with #D7D2FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7D2FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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