Html Css Color HEX #D6D8FD Quartz

📋 copy color: '#D6D8FD'

red 214 ◦ green 216 ◦ blue 253

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

Shades of Quartz #D6D8FD

Tints of Quartz #D6D8FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 37.04%

R = 31.33%
G = 31.63%
B = 37.04%

CMYK

 C value IS 0.15

 M value IS 0.15

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D6D8FD (or 0xD6D8FD) is known color: Quartz. HEX triplet: D6, D8 and FD. RGB value is (214,216,253). Sum of RGB (Red+Green+Blue) = 214+216+253=683 (90% of max value = 765). Red value is 214 (83.98% from 255 or 31.33% from 683); Green value is 216 (84.77% from 255 or 31.63% from 683); Blue value is 253 (99.22% from 255 or 37.04% from 683); Max value from RGB is 253 - color contains mainly: blue. Hex color #D6D8FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6D8FD is #292702. Grayscale: #DBDBDB. Windows color (decimal): -2696963 or 16636118. OLE color: 16636118.

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

Color convert

RGB 214 216 253 -
CMYK 0.15 0.15 0 0.01
HSL 236.92º 0.91% 0.92% -
HSV(B) 236.92º 0.15% 0.99% -
XYZ 70.02 70.5 102.85 -
YUV 219.62 146.84 123.99 -
System Red Green Blue C M Y K H S L
Decimal 214 216 253 0.15 0.15 0 0.01 236.92 0.91 0.92
Hex D6 D8 FD F F 0 1 ED 5B 5C
Octal 326 330 375 17 17 0 1 355 133 134
Binary 11010110 11011000 11111101 1111 1111 0 1 11101101 1011011 1011100

Color Harmonies of #D6D8FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6D8FD

Black with #D6D8FD

Text Example


Text Example

White with #D6D8FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6D8FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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