Html Css Color HEX #D9DFFE Quartz

📋 copy color: '#D9DFFE'

red 217 ◦ green 223 ◦ blue 254

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

Shades of Quartz #D9DFFE

Tints of Quartz #D9DFFE

RGB

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

 GREEN value IS 223 (87.5% from 255) = 32.13%

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

R = 31.27%
G = 32.13%
B = 36.6%

CMYK

 C value IS 0.15

 M value IS 0.12

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D9DFFE (or 0xD9DFFE) is known color: Quartz. HEX triplet: D9, DF and FE. RGB value is (217,223,254). Sum of RGB (Red+Green+Blue) = 217+223+254=694 (91% of max value = 765). Red value is 217 (85.16% from 255 or 31.27% from 694); Green value is 223 (87.5% from 255 or 32.13% from 694); Blue value is 254 (99.61% from 255 or 36.60% from 694); Max value from RGB is 254 - color contains mainly: blue. Hex color #D9DFFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9DFFE is #262001. Grayscale: #E0E0E0. Windows color (decimal): -2498562 or 16703449. OLE color: 16703449.

HSL color Cylindrical-coordinate representation of color #D9DFFE: hue angle of 230.27º 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 #D9DFFE is Cyan = 0.15, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 217 223 254 -
CMYK 0.15 0.12 0 0.00
HSL 230.27º 0.95% 0.92% -
HSV(B) 230.27º 0.15% 1% -
XYZ 72.89 74.68 104.34 -
YUV 224.74 144.51 122.48 -
System Red Green Blue C M Y K H S L
Decimal 217 223 254 0.15 0.12 0 0.00 230.27 0.95 0.92
Hex D9 DF FE F C 0 0 E6 5F 5C
Octal 331 337 376 17 14 0 0 346 137 134
Binary 11011001 11011111 11111110 1111 1100 0 0 11100110 1011111 1011100

Color Harmonies of #D9DFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9DFFE

Black with #D9DFFE

Text Example


Text Example

White with #D9DFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9DFFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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