Html Css Color HEX #D9DCFF Quartz

📋 copy color: '#D9DCFF'

red 217 ◦ green 220 ◦ blue 255

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

Shades of Quartz #D9DCFF

Tints of Quartz #D9DCFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 36.85%

R = 31.36%
G = 31.79%
B = 36.85%

CMYK

 C value IS 0.15

 M value IS 0.14

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D9DCFF (or 0xD9DCFF) is known color: Quartz. HEX triplet: D9, DC and FF. RGB value is (217,220,255). Sum of RGB (Red+Green+Blue) = 217+220+255=692 (91% of max value = 765). Red value is 217 (85.16% from 255 or 31.36% from 692); Green value is 220 (86.33% from 255 or 31.79% from 692); Blue value is 255 (100% from 255 or 36.85% from 692); Max value from RGB is 255 - color contains mainly: blue. Hex color #D9DCFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9DCFF is #262300. Grayscale: #DEDEDE. Windows color (decimal): -2499329 or 16768217. OLE color: 16768217.

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

Color convert

RGB 217 220 255 -
CMYK 0.15 0.14 0 0
HSL 235.26º 1% 0.93% -
HSV(B) 235.26º 0.15% 1% -
XYZ 72.26 73.16 104.92 -
YUV 223.09 146.01 123.65 -
System Red Green Blue C M Y K H S L
Decimal 217 220 255 0.15 0.14 0 0 235.26 1 0.93
Hex D9 DC FF F E 0 0 EB 64 5D
Octal 331 334 377 17 16 0 0 353 144 135
Binary 11011001 11011100 11111111 1111 1110 0 0 11101011 1100100 1011101

Color Harmonies of #D9DCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9DCFF

Black with #D9DCFF

Text Example


Text Example

White with #D9DCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9DCFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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