Html Css Color HEX #D6D8FA Quartz

📋 copy color: '#D6D8FA'

red 214 ◦ green 216 ◦ blue 250

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

Shades of Quartz #D6D8FA

Tints of Quartz #D6D8FA

RGB

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

 GREEN value IS 216 (84.77% from 255) = 31.76%

 BLUE value IS 250 (98.05% from 255) = 36.76%

R = 31.47%
G = 31.76%
B = 36.76%

CMYK

 C value IS 0.14

 M value IS 0.14

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D6D8FA (or 0xD6D8FA) is known color: Quartz. HEX triplet: D6, D8 and FA. RGB value is (214,216,250). Sum of RGB (Red+Green+Blue) = 214+216+250=680 (90% of max value = 765). Red value is 214 (83.98% from 255 or 31.47% from 680); Green value is 216 (84.77% from 255 or 31.76% from 680); Blue value is 250 (98.05% from 255 or 36.76% from 680); Max value from RGB is 250 - color contains mainly: blue. Hex color #D6D8FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6D8FA is #292705. Grayscale: #DBDBDB. Windows color (decimal): -2696966 or 16439510. OLE color: 16439510.

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

Color convert

RGB 214 216 250 -
CMYK 0.14 0.14 0 0.02
HSL 236.67º 0.78% 0.91% -
HSV(B) 236.67º 0.14% 0.98% -
XYZ 69.54 70.31 100.35 -
YUV 219.28 145.34 124.24 -
System Red Green Blue C M Y K H S L
Decimal 214 216 250 0.14 0.14 0 0.02 236.67 0.78 0.91
Hex D6 D8 FA E E 0 2 ED 4E 5B
Octal 326 330 372 16 16 0 2 355 116 133
Binary 11010110 11011000 11111010 1110 1110 0 10 11101101 1001110 1011011

Color Harmonies of #D6D8FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6D8FA

Black with #D6D8FA

Text Example


Text Example

White with #D6D8FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6D8FA; }

 p { color: rgb(214,216,250); }

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

background-color css

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

 a { background-color: rgb(214,216,250); }

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

border-color css

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

 span { border-color: rgb(214,216,250); }

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