Html Css Color HEX #D6DBFB Quartz

📋 copy color: '#D6DBFB'

red 214 ◦ green 219 ◦ blue 251

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

Shades of Quartz #D6DBFB

Tints of Quartz #D6DBFB

RGB

 RED value IS 214 (83.98% from 255) = 31.29%

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

 BLUE value IS 251 (98.44% from 255) = 36.7%

R = 31.29%
G = 32.02%
B = 36.7%

CMYK

 C value IS 0.15

 M value IS 0.13

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D6DBFB (or 0xD6DBFB) is known color: Quartz. HEX triplet: D6, DB and FB. RGB value is (214,219,251). Sum of RGB (Red+Green+Blue) = 214+219+251=684 (90% of max value = 765). Red value is 214 (83.98% from 255 or 31.29% from 684); Green value is 219 (85.94% from 255 or 32.02% from 684); Blue value is 251 (98.44% from 255 or 36.70% from 684); Max value from RGB is 251 - color contains mainly: blue. Hex color #D6DBFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6DBFB is #292404. Grayscale: #DDDDDD. Windows color (decimal): -2696197 or 16505814. OLE color: 16505814.

HSL color Cylindrical-coordinate representation of color #D6DBFB: hue angle of 231.89º degrees, saturation: 0.82, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D6DBFB is Cyan = 0.15, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 214 219 251 -
CMYK 0.15 0.13 0 0.02
HSL 231.89º 0.82% 0.91% -
HSV(B) 231.89º 0.15% 0.98% -
XYZ 70.48 71.92 101.44 -
YUV 221.15 144.84 122.9 -
System Red Green Blue C M Y K H S L
Decimal 214 219 251 0.15 0.13 0 0.02 231.89 0.82 0.91
Hex D6 DB FB F D 0 2 E8 52 5B
Octal 326 333 373 17 15 0 2 350 122 133
Binary 11010110 11011011 11111011 1111 1101 0 10 11101000 1010010 1011011

Color Harmonies of #D6DBFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6DBFB

Black with #D6DBFB

Text Example


Text Example

White with #D6DBFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6DBFB; }

 p { color: rgb(214,219,251); }

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

background-color css

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

 a { background-color: rgb(214,219,251); }

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

border-color css

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

 span { border-color: rgb(214,219,251); }

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