Html Css Color HEX #D9DBEF Quartz

📋 copy color: '#D9DBEF'

red 217 ◦ green 219 ◦ blue 239

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

Shades of Quartz #D9DBEF

Tints of Quartz #D9DBEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 35.41%

R = 32.15%
G = 32.44%
B = 35.41%

CMYK

 C value IS 0.09

 M value IS 0.08

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D9DBEF (or 0xD9DBEF) is known color: Quartz. HEX triplet: D9, DB and EF. RGB value is (217,219,239). Sum of RGB (Red+Green+Blue) = 217+219+239=675 (89% of max value = 765). Red value is 217 (85.16% from 255 or 32.15% from 675); Green value is 219 (85.94% from 255 or 32.44% from 675); Blue value is 239 (93.75% from 255 or 35.41% from 675); Max value from RGB is 239 - color contains mainly: blue. Hex color #D9DBEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9DBEF is #262410. Grayscale: #DCDCDC. Windows color (decimal): -2499601 or 15719385. OLE color: 15719385.

HSL color Cylindrical-coordinate representation of color #D9DBEF: hue angle of 234.55º degrees, saturation: 0.41, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D9DBEF is Cyan = 0.09, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 217 219 239 -
CMYK 0.09 0.08 0 0.06
HSL 234.55º 0.41% 0.89% -
HSV(B) 234.55º 0.09% 0.94% -
XYZ 69.53 71.65 91.83 -
YUV 220.68 138.34 125.37 -
System Red Green Blue C M Y K H S L
Decimal 217 219 239 0.09 0.08 0 0.06 234.55 0.41 0.89
Hex D9 DB EF 9 8 0 6 EB 29 59
Octal 331 333 357 11 10 0 6 353 51 131
Binary 11011001 11011011 11101111 1001 1000 0 110 11101011 101001 1011001

Color Harmonies of #D9DBEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9DBEF

Black with #D9DBEF

Text Example


Text Example

White with #D9DBEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9DBEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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