Html Css Color HEX #D8DAFE Quartz

📋 copy color: '#D8DAFE'

red 216 ◦ green 218 ◦ blue 254

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

Shades of Quartz #D8DAFE

Tints of Quartz #D8DAFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 36.92%

R = 31.4%
G = 31.69%
B = 36.92%

CMYK

 C value IS 0.15

 M value IS 0.14

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D8DAFE (or 0xD8DAFE) is known color: Quartz. HEX triplet: D8, DA and FE. RGB value is (216,218,254). Sum of RGB (Red+Green+Blue) = 216+218+254=688 (91% of max value = 765). Red value is 216 (84.77% from 255 or 31.40% from 688); Green value is 218 (85.55% from 255 or 31.69% from 688); Blue value is 254 (99.61% from 255 or 36.92% from 688); Max value from RGB is 254 - color contains mainly: blue. Hex color #D8DAFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8DAFE is #272501. Grayscale: #DDDDDD. Windows color (decimal): -2565378 or 16702168. OLE color: 16702168.

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

Color convert

RGB 216 218 254 -
CMYK 0.15 0.14 0 0.00
HSL 236.84º 0.95% 0.92% -
HSV(B) 236.84º 0.15% 1% -
XYZ 71.28 71.9 103.89 -
YUV 221.51 146.34 124.07 -
System Red Green Blue C M Y K H S L
Decimal 216 218 254 0.15 0.14 0 0.00 236.84 0.95 0.92
Hex D8 DA FE F E 0 0 ED 5F 5C
Octal 330 332 376 17 16 0 0 355 137 134
Binary 11011000 11011010 11111110 1111 1110 0 0 11101101 1011111 1011100

Color Harmonies of #D8DAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8DAFE

Black with #D8DAFE

Text Example


Text Example

White with #D8DAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8DAFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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