Html Css Color HEX #D8DBEE Quartz

📋 copy color: '#D8DBEE'

red 216 ◦ green 219 ◦ blue 238

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

Shades of Quartz #D8DBEE

Tints of Quartz #D8DBEE

RGB

 RED value IS 216 (84.77% from 255) = 32.1%

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

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

R = 32.1%
G = 32.54%
B = 35.36%

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

#D8DBEE (or 0xD8DBEE) is known color: Quartz. HEX triplet: D8, DB and EE. RGB value is (216,219,238). Sum of RGB (Red+Green+Blue) = 216+219+238=673 (89% of max value = 765). Red value is 216 (84.77% from 255 or 32.10% from 673); Green value is 219 (85.94% from 255 or 32.54% from 673); Blue value is 238 (93.36% from 255 or 35.36% from 673); Max value from RGB is 238 - color contains mainly: blue. Hex color #D8DBEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8DBEE is #272411. Grayscale: #DCDCDC. Windows color (decimal): -2565138 or 15653848. OLE color: 15653848.

HSL color Cylindrical-coordinate representation of color #D8DBEE: hue angle of 231.82º degrees, saturation: 0.39, 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 #D8DBEE is Cyan = 0.09, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 216 219 238 -
CMYK 0.09 0.08 0 0.07
HSL 231.82º 0.39% 0.89% -
HSV(B) 231.82º 0.09% 0.93% -
XYZ 69.08 71.44 91.04 -
YUV 220.27 138.01 124.96 -
System Red Green Blue C M Y K H S L
Decimal 216 219 238 0.09 0.08 0 0.07 231.82 0.39 0.89
Hex D8 DB EE 9 8 0 7 E8 27 59
Octal 330 333 356 11 10 0 7 350 47 131
Binary 11011000 11011011 11101110 1001 1000 0 111 11101000 100111 1011001

Color Harmonies of #D8DBEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8DBEE

Black with #D8DBEE

Text Example


Text Example

White with #D8DBEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8DBEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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