Html Css Color HEX #D9D0FA Quartz

📋 copy color: '#D9D0FA'

red 217 ◦ green 208 ◦ blue 250

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

Shades of Quartz #D9D0FA

Tints of Quartz #D9D0FA

RGB

 RED value IS 217 (85.16% from 255) = 32.15%

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

 BLUE value IS 250 (98.05% from 255) = 37.04%

R = 32.15%
G = 30.81%
B = 37.04%

CMYK

 C value IS 0.13

 M value IS 0.17

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D9D0FA (or 0xD9D0FA) is known color: Quartz. HEX triplet: D9, D0 and FA. RGB value is (217,208,250). Sum of RGB (Red+Green+Blue) = 217+208+250=675 (89% of max value = 765). Red value is 217 (85.16% from 255 or 32.15% from 675); Green value is 208 (81.64% from 255 or 30.81% from 675); Blue value is 250 (98.05% from 255 or 37.04% from 675); Max value from RGB is 250 - color contains mainly: blue. Hex color #D9D0FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9D0FA is #262F05. Grayscale: #D7D7D7. Windows color (decimal): -2502406 or 16437465. OLE color: 16437465.

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

Color convert

RGB 217 208 250 -
CMYK 0.13 0.17 0 0.02
HSL 252.86º 0.81% 0.9% -
HSV(B) 252.86º 0.17% 0.98% -
XYZ 68.43 66.77 99.72 -
YUV 215.48 147.48 129.08 -
System Red Green Blue C M Y K H S L
Decimal 217 208 250 0.13 0.17 0 0.02 252.86 0.81 0.9
Hex D9 D0 FA D 11 0 2 FD 51 5A
Octal 331 320 372 15 21 0 2 375 121 132
Binary 11011001 11010000 11111010 1101 10001 0 10 11111101 1010001 1011010

Color Harmonies of #D9D0FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9D0FA

Black with #D9D0FA

Text Example


Text Example

White with #D9D0FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9D0FA; }

 p { color: rgb(217,208,250); }

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

background-color css

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

 a { background-color: rgb(217,208,250); }

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

border-color css

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

 span { border-color: rgb(217,208,250); }

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