Html Css Color HEX #D8DBEF Quartz

📋 copy color: '#D8DBEF'

red 216 ◦ green 219 ◦ blue 239

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

Shades of Quartz #D8DBEF

Tints of Quartz #D8DBEF

RGB

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

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

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

R = 32.05%
G = 32.49%
B = 35.46%

CMYK

 C value IS 0.10

 M value IS 0.08

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D8DBEF (or 0xD8DBEF) is known color: Quartz. HEX triplet: D8, DB and EF. RGB value is (216,219,239). Sum of RGB (Red+Green+Blue) = 216+219+239=674 (89% of max value = 765). Red value is 216 (84.77% from 255 or 32.05% from 674); Green value is 219 (85.94% from 255 or 32.49% from 674); Blue value is 239 (93.75% from 255 or 35.46% from 674); Max value from RGB is 239 - color contains mainly: blue. Hex color #D8DBEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8DBEF is #272410. Grayscale: #DCDCDC. Windows color (decimal): -2565137 or 15719384. OLE color: 15719384.

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

Color convert

RGB 216 219 239 -
CMYK 0.10 0.08 0 0.06
HSL 232.17º 0.42% 0.89% -
HSV(B) 232.17º 0.1% 0.94% -
XYZ 69.23 71.49 91.81 -
YUV 220.38 138.51 124.87 -
System Red Green Blue C M Y K H S L
Decimal 216 219 239 0.10 0.08 0 0.06 232.17 0.42 0.89
Hex D8 DB EF A 8 0 6 E8 2A 59
Octal 330 333 357 12 10 0 6 350 52 131
Binary 11011000 11011011 11101111 1010 1000 0 110 11101000 101010 1011001

Color Harmonies of #D8DBEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8DBEF

Black with #D8DBEF

Text Example


Text Example

White with #D8DBEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8DBEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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