Html Css Color HEX #D9DCFD Quartz

📋 copy color: '#D9DCFD'

red 217 ◦ green 220 ◦ blue 253

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

Shades of Quartz #D9DCFD

Tints of Quartz #D9DCFD

RGB

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

 GREEN value IS 220 (86.33% from 255) = 31.88%

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

R = 31.45%
G = 31.88%
B = 36.67%

CMYK

 C value IS 0.14

 M value IS 0.13

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D9DCFD (or 0xD9DCFD) is known color: Quartz. HEX triplet: D9, DC and FD. RGB value is (217,220,253). Sum of RGB (Red+Green+Blue) = 217+220+253=690 (91% of max value = 765). Red value is 217 (85.16% from 255 or 31.45% from 690); Green value is 220 (86.33% from 255 or 31.88% from 690); Blue value is 253 (99.22% from 255 or 36.67% from 690); Max value from RGB is 253 - color contains mainly: blue. Hex color #D9DCFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9DCFD is #262302. Grayscale: #DEDEDE. Windows color (decimal): -2499331 or 16637145. OLE color: 16637145.

HSL color Cylindrical-coordinate representation of color #D9DCFD: hue angle of 235º 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 #D9DCFD is Cyan = 0.14, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 217 220 253 -
CMYK 0.14 0.13 0 0.01
HSL 235º 0.9% 0.92% -
HSV(B) 235º 0.14% 0.99% -
XYZ 71.94 73.03 103.23 -
YUV 222.87 145.01 123.82 -
System Red Green Blue C M Y K H S L
Decimal 217 220 253 0.14 0.13 0 0.01 235 0.9 0.92
Hex D9 DC FD E D 0 1 EB 5A 5C
Octal 331 334 375 16 15 0 1 353 132 134
Binary 11011001 11011100 11111101 1110 1101 0 1 11101011 1011010 1011100

Color Harmonies of #D9DCFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9DCFD

Black with #D9DCFD

Text Example


Text Example

White with #D9DCFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9DCFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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