Html Css Color HEX #D6DBFC Quartz

📋 copy color: '#D6DBFC'

red 214 ◦ green 219 ◦ blue 252

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

Shades of Quartz #D6DBFC

Tints of Quartz #D6DBFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 36.79%

R = 31.24%
G = 31.97%
B = 36.79%

CMYK

 C value IS 0.15

 M value IS 0.13

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D6DBFC (or 0xD6DBFC) is known color: Quartz. HEX triplet: D6, DB and FC. RGB value is (214,219,252). Sum of RGB (Red+Green+Blue) = 214+219+252=685 (90% of max value = 765). Red value is 214 (83.98% from 255 or 31.24% from 685); Green value is 219 (85.94% from 255 or 31.97% from 685); Blue value is 252 (98.83% from 255 or 36.79% from 685); Max value from RGB is 252 - color contains mainly: blue. Hex color #D6DBFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6DBFC is #292403. Grayscale: #DDDDDD. Windows color (decimal): -2696196 or 16571350. OLE color: 16571350.

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

Color convert

RGB 214 219 252 -
CMYK 0.15 0.13 0 0.01
HSL 232.11º 0.86% 0.91% -
HSV(B) 232.11º 0.15% 0.99% -
XYZ 70.63 71.99 102.27 -
YUV 221.27 145.34 122.82 -
System Red Green Blue C M Y K H S L
Decimal 214 219 252 0.15 0.13 0 0.01 232.11 0.86 0.91
Hex D6 DB FC F D 0 1 E8 56 5B
Octal 326 333 374 17 15 0 1 350 126 133
Binary 11010110 11011011 11111100 1111 1101 0 1 11101000 1010110 1011011

Color Harmonies of #D6DBFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6DBFC

Black with #D6DBFC

Text Example


Text Example

White with #D6DBFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6DBFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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