Html Css Color HEX #D9DBF1 Quartz

📋 copy color: '#D9DBF1'

red 217 ◦ green 219 ◦ blue 241

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

Shades of Quartz #D9DBF1

Tints of Quartz #D9DBF1

RGB

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

 GREEN value IS 219 (85.94% from 255) = 32.35%

 BLUE value IS 241 (94.53% from 255) = 35.6%

R = 32.05%
G = 32.35%
B = 35.6%

CMYK

 C value IS 0.10

 M value IS 0.09

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D9DBF1 (or 0xD9DBF1) is known color: Quartz. HEX triplet: D9, DB and F1. RGB value is (217,219,241). Sum of RGB (Red+Green+Blue) = 217+219+241=677 (89% of max value = 765). Red value is 217 (85.16% from 255 or 32.05% from 677); Green value is 219 (85.94% from 255 or 32.35% from 677); Blue value is 241 (94.53% from 255 or 35.60% from 677); Max value from RGB is 241 - color contains mainly: blue. Hex color #D9DBF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9DBF1 is #26240E. Grayscale: #DCDCDC. Windows color (decimal): -2499599 or 15850457. OLE color: 15850457.

HSL color Cylindrical-coordinate representation of color #D9DBF1: hue angle of 235º degrees, saturation: 0.46, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D9DBF1 is Cyan = 0.10, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 217 219 241 -
CMYK 0.10 0.09 0 0.05
HSL 235º 0.46% 0.9% -
HSV(B) 235º 0.1% 0.95% -
XYZ 69.82 71.77 93.39 -
YUV 220.91 139.34 125.21 -
System Red Green Blue C M Y K H S L
Decimal 217 219 241 0.10 0.09 0 0.05 235 0.46 0.9
Hex D9 DB F1 A 9 0 5 EB 2E 5A
Octal 331 333 361 12 11 0 5 353 56 132
Binary 11011001 11011011 11110001 1010 1001 0 101 11101011 101110 1011010

Color Harmonies of #D9DBF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9DBF1

Black with #D9DBF1

Text Example


Text Example

White with #D9DBF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9DBF1; }

 p { color: rgb(217,219,241); }

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

background-color css

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

 a { background-color: rgb(217,219,241); }

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

border-color css

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

 span { border-color: rgb(217,219,241); }

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