Html Css Color HEX #D6DAFF Quartz

📋 copy color: '#D6DAFF'

red 214 ◦ green 218 ◦ blue 255

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

Shades of Quartz #D6DAFF

Tints of Quartz #D6DAFF

RGB

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

 GREEN value IS 218 (85.55% from 255) = 31.73%

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

R = 31.15%
G = 31.73%
B = 37.12%

CMYK

 C value IS 0.16

 M value IS 0.15

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D6DAFF (or 0xD6DAFF) is known color: Quartz. HEX triplet: D6, DA and FF. RGB value is (214,218,255). Sum of RGB (Red+Green+Blue) = 214+218+255=687 (90% of max value = 765). Red value is 214 (83.98% from 255 or 31.15% from 687); Green value is 218 (85.55% from 255 or 31.73% from 687); Blue value is 255 (100% from 255 or 37.12% from 687); Max value from RGB is 255 - color contains mainly: blue. Hex color #D6DAFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6DAFF is #292500. Grayscale: #DCDCDC. Windows color (decimal): -2696449 or 16767702. OLE color: 16767702.

HSL color Cylindrical-coordinate representation of color #D6DAFF: hue angle of 234.15º 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 #D6DAFF is Cyan = 0.16, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 214 218 255 -
CMYK 0.16 0.15 0 0
HSL 234.15º 1% 0.92% -
HSV(B) 234.15º 0.16% 1% -
XYZ 70.85 71.66 104.71 -
YUV 221.02 147.17 122.99 -
System Red Green Blue C M Y K H S L
Decimal 214 218 255 0.16 0.15 0 0 234.15 1 0.92
Hex D6 DA FF 10 F 0 0 EA 64 5C
Octal 326 332 377 20 17 0 0 352 144 134
Binary 11010110 11011010 11111111 10000 1111 0 0 11101010 1100100 1011100

Color Harmonies of #D6DAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6DAFF

Black with #D6DAFF

Text Example


Text Example

White with #D6DAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6DAFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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