Html Css Color HEX #D6DBFF Quartz

📋 copy color: '#D6DBFF'

red 214 ◦ green 219 ◦ blue 255

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

Shades of Quartz #D6DBFF

Tints of Quartz #D6DBFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 37.06%

R = 31.1%
G = 31.83%
B = 37.06%

CMYK

 C value IS 0.16

 M value IS 0.14

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D6DBFF (or 0xD6DBFF) is known color: Quartz. HEX triplet: D6, DB and FF. RGB value is (214,219,255). Sum of RGB (Red+Green+Blue) = 214+219+255=688 (91% of max value = 765). Red value is 214 (83.98% from 255 or 31.10% from 688); Green value is 219 (85.94% from 255 or 31.83% from 688); Blue value is 255 (100% from 255 or 37.06% from 688); Max value from RGB is 255 - color contains mainly: blue. Hex color #D6DBFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6DBFF is #292400. Grayscale: #DDDDDD. Windows color (decimal): -2696193 or 16767958. OLE color: 16767958.

HSL color Cylindrical-coordinate representation of color #D6DBFF: hue angle of 232.68º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D6DBFF is Cyan = 0.16, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 214 219 255 -
CMYK 0.16 0.14 0 0
HSL 232.68º 1% 0.92% -
HSV(B) 232.68º 0.16% 1% -
XYZ 71.11 72.18 104.79 -
YUV 221.61 146.84 122.57 -
System Red Green Blue C M Y K H S L
Decimal 214 219 255 0.16 0.14 0 0 232.68 1 0.92
Hex D6 DB FF 10 E 0 0 E9 64 5C
Octal 326 333 377 20 16 0 0 351 144 134
Binary 11010110 11011011 11111111 10000 1110 0 0 11101001 1100100 1011100

Color Harmonies of #D6DBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6DBFF

Black with #D6DBFF

Text Example


Text Example

White with #D6DBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6DBFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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