Html Css Color HEX #D9DFFD Quartz

📋 copy color: '#D9DFFD'

red 217 ◦ green 223 ◦ blue 253

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

Shades of Quartz #D9DFFD

Tints of Quartz #D9DFFD

RGB

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

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

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

R = 31.31%
G = 32.18%
B = 36.51%

CMYK

 C value IS 0.14

 M value IS 0.12

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D9DFFD (or 0xD9DFFD) is known color: Quartz. HEX triplet: D9, DF and FD. RGB value is (217,223,253). Sum of RGB (Red+Green+Blue) = 217+223+253=693 (91% of max value = 765). Red value is 217 (85.16% from 255 or 31.31% from 693); Green value is 223 (87.5% from 255 or 32.18% from 693); Blue value is 253 (99.22% from 255 or 36.51% from 693); Max value from RGB is 253 - color contains mainly: blue. Hex color #D9DFFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9DFFD is #262002. Grayscale: #E0E0E0. Windows color (decimal): -2498563 or 16637913. OLE color: 16637913.

HSL color Cylindrical-coordinate representation of color #D9DFFD: hue angle of 230º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D9DFFD is Cyan = 0.14, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 217 223 253 -
CMYK 0.14 0.12 0 0.01
HSL 230º 0.9% 0.92% -
HSV(B) 230º 0.14% 0.99% -
XYZ 72.73 74.62 103.5 -
YUV 224.63 144.01 122.56 -
System Red Green Blue C M Y K H S L
Decimal 217 223 253 0.14 0.12 0 0.01 230 0.9 0.92
Hex D9 DF FD E C 0 1 E6 5A 5C
Octal 331 337 375 16 14 0 1 346 132 134
Binary 11011001 11011111 11111101 1110 1100 0 1 11100110 1011010 1011100

Color Harmonies of #D9DFFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9DFFD

Black with #D9DFFD

Text Example


Text Example

White with #D9DFFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9DFFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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