Html Css Color HEX #D9D8FE Quartz

📋 copy color: '#D9D8FE'

red 217 ◦ green 216 ◦ blue 254

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

Shades of Quartz #D9D8FE

Tints of Quartz #D9D8FE

RGB

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

 GREEN value IS 216 (84.77% from 255) = 31.44%

 BLUE value IS 254 (99.61% from 255) = 36.97%

R = 31.59%
G = 31.44%
B = 36.97%

CMYK

 C value IS 0.15

 M value IS 0.15

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D9D8FE (or 0xD9D8FE) is known color: Quartz. HEX triplet: D9, D8 and FE. RGB value is (217,216,254). Sum of RGB (Red+Green+Blue) = 217+216+254=687 (90% of max value = 765). Red value is 217 (85.16% from 255 or 31.59% from 687); Green value is 216 (84.77% from 255 or 31.44% from 687); Blue value is 254 (99.61% from 255 or 36.97% from 687); Max value from RGB is 254 - color contains mainly: blue. Hex color #D9D8FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9D8FE is #262701. Grayscale: #DCDCDC. Windows color (decimal): -2500354 or 16701657. OLE color: 16701657.

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

Color convert

RGB 217 216 254 -
CMYK 0.15 0.15 0 0.00
HSL 241.58º 0.95% 0.92% -
HSV(B) 241.58º 0.15% 1% -
XYZ 71.06 71.02 103.73 -
YUV 220.63 146.83 125.41 -
System Red Green Blue C M Y K H S L
Decimal 217 216 254 0.15 0.15 0 0.00 241.58 0.95 0.92
Hex D9 D8 FE F F 0 0 F2 5F 5C
Octal 331 330 376 17 17 0 0 362 137 134
Binary 11011001 11011000 11111110 1111 1111 0 0 11110010 1011111 1011100

Color Harmonies of #D9D8FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9D8FE

Black with #D9D8FE

Text Example


Text Example

White with #D9D8FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9D8FE; }

 p { color: rgb(217,216,254); }

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

background-color css

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

 a { background-color: rgb(217,216,254); }

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

border-color css

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

 span { border-color: rgb(217,216,254); }

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