Html Css Color HEX #D9DBF2 Quartz

📋 copy color: '#D9DBF2'

red 217 ◦ green 219 ◦ blue 242

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

Shades of Quartz #D9DBF2

Tints of Quartz #D9DBF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 35.69%

R = 32.01%
G = 32.3%
B = 35.69%

CMYK

 C value IS 0.10

 M value IS 0.10

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D9DBF2 (or 0xD9DBF2) is known color: Quartz. HEX triplet: D9, DB and F2. RGB value is (217,219,242). Sum of RGB (Red+Green+Blue) = 217+219+242=678 (89% of max value = 765). Red value is 217 (85.16% from 255 or 32.01% from 678); Green value is 219 (85.94% from 255 or 32.30% from 678); Blue value is 242 (94.92% from 255 or 35.69% from 678); Max value from RGB is 242 - color contains mainly: blue. Hex color #D9DBF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9DBF2 is #26240D. Grayscale: #DCDCDC. Windows color (decimal): -2499598 or 15915993. OLE color: 15915993.

HSL color Cylindrical-coordinate representation of color #D9DBF2: hue angle of 235.2º degrees, saturation: 0.49, 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 #D9DBF2 is Cyan = 0.10, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 217 219 242 -
CMYK 0.10 0.10 0 0.05
HSL 235.2º 0.49% 0.9% -
HSV(B) 235.2º 0.1% 0.95% -
XYZ 69.97 71.83 94.18 -
YUV 221.02 139.84 125.13 -
System Red Green Blue C M Y K H S L
Decimal 217 219 242 0.10 0.10 0 0.05 235.2 0.49 0.9
Hex D9 DB F2 A A 0 5 EB 31 5A
Octal 331 333 362 12 12 0 5 353 61 132
Binary 11011001 11011011 11110010 1010 1010 0 101 11101011 110001 1011010

Color Harmonies of #D9DBF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9DBF2

Black with #D9DBF2

Text Example


Text Example

White with #D9DBF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9DBF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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