Html Css Color HEX #D8DAFF Quartz

📋 copy color: '#D8DAFF'

red 216 ◦ green 218 ◦ blue 255

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

Shades of Quartz #D8DAFF

Tints of Quartz #D8DAFF

RGB

 RED value IS 216 (84.77% from 255) = 31.35%

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

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

R = 31.35%
G = 31.64%
B = 37.01%

CMYK

 C value IS 0.15

 M value IS 0.15

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D8DAFF (or 0xD8DAFF) is known color: Quartz. HEX triplet: D8, DA and FF. RGB value is (216,218,255). Sum of RGB (Red+Green+Blue) = 216+218+255=689 (91% of max value = 765). Red value is 216 (84.77% from 255 or 31.35% from 689); Green value is 218 (85.55% from 255 or 31.64% from 689); Blue value is 255 (100% from 255 or 37.01% from 689); Max value from RGB is 255 - color contains mainly: blue. Hex color #D8DAFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8DAFF is #272500. Grayscale: #DDDDDD. Windows color (decimal): -2565377 or 16767704. OLE color: 16767704.

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

Color convert

RGB 216 218 255 -
CMYK 0.15 0.15 0 0
HSL 236.92º 1% 0.92% -
HSV(B) 236.92º 0.15% 1% -
XYZ 71.44 71.96 104.73 -
YUV 221.62 146.84 123.99 -
System Red Green Blue C M Y K H S L
Decimal 216 218 255 0.15 0.15 0 0 236.92 1 0.92
Hex D8 DA FF F F 0 0 ED 64 5C
Octal 330 332 377 17 17 0 0 355 144 134
Binary 11011000 11011010 11111111 1111 1111 0 0 11101101 1100100 1011100

Color Harmonies of #D8DAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8DAFF

Black with #D8DAFF

Text Example


Text Example

White with #D8DAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8DAFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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