Html Css Color HEX #D9DBEE Quartz

📋 copy color: '#D9DBEE'

red 217 ◦ green 219 ◦ blue 238

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

Shades of Quartz #D9DBEE

Tints of Quartz #D9DBEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 35.31%

R = 32.2%
G = 32.49%
B = 35.31%

CMYK

 C value IS 0.09

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D9DBEE (or 0xD9DBEE) is known color: Quartz. HEX triplet: D9, DB and EE. RGB value is (217,219,238). Sum of RGB (Red+Green+Blue) = 217+219+238=674 (89% of max value = 765). Red value is 217 (85.16% from 255 or 32.20% from 674); Green value is 219 (85.94% from 255 or 32.49% from 674); Blue value is 238 (93.36% from 255 or 35.31% from 674); Max value from RGB is 238 - color contains mainly: blue. Hex color #D9DBEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9DBEE is #262411. Grayscale: #DCDCDC. Windows color (decimal): -2499602 or 15653849. OLE color: 15653849.

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

Color convert

RGB 217 219 238 -
CMYK 0.09 0.08 0 0.07
HSL 234.29º 0.38% 0.89% -
HSV(B) 234.29º 0.09% 0.93% -
XYZ 69.38 71.59 91.05 -
YUV 220.57 137.84 125.46 -
System Red Green Blue C M Y K H S L
Decimal 217 219 238 0.09 0.08 0 0.07 234.29 0.38 0.89
Hex D9 DB EE 9 8 0 7 EA 26 59
Octal 331 333 356 11 10 0 7 352 46 131
Binary 11011001 11011011 11101110 1001 1000 0 111 11101010 100110 1011001

Color Harmonies of #D9DBEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9DBEE

Black with #D9DBEE

Text Example


Text Example

White with #D9DBEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9DBEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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