Html Css Color HEX #D9DCFB Quartz

📋 copy color: '#D9DCFB'

red 217 ◦ green 220 ◦ blue 251

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

Shades of Quartz #D9DCFB

Tints of Quartz #D9DCFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 36.48%

R = 31.54%
G = 31.98%
B = 36.48%

CMYK

 C value IS 0.14

 M value IS 0.12

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D9DCFB (or 0xD9DCFB) is known color: Quartz. HEX triplet: D9, DC and FB. RGB value is (217,220,251). Sum of RGB (Red+Green+Blue) = 217+220+251=688 (91% of max value = 765). Red value is 217 (85.16% from 255 or 31.54% from 688); Green value is 220 (86.33% from 255 or 31.98% from 688); Blue value is 251 (98.44% from 255 or 36.48% from 688); Max value from RGB is 251 - color contains mainly: blue. Hex color #D9DCFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9DCFB is #262304. Grayscale: #DEDEDE. Windows color (decimal): -2499333 or 16506073. OLE color: 16506073.

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

Color convert

RGB 217 220 251 -
CMYK 0.14 0.12 0 0.02
HSL 234.71º 0.81% 0.92% -
HSV(B) 234.71º 0.14% 0.98% -
XYZ 71.62 72.9 101.56 -
YUV 222.64 144.01 123.98 -
System Red Green Blue C M Y K H S L
Decimal 217 220 251 0.14 0.12 0 0.02 234.71 0.81 0.92
Hex D9 DC FB E C 0 2 EB 51 5C
Octal 331 334 373 16 14 0 2 353 121 134
Binary 11011001 11011100 11111011 1110 1100 0 10 11101011 1010001 1011100

Color Harmonies of #D9DCFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9DCFB

Black with #D9DCFB

Text Example


Text Example

White with #D9DCFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9DCFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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