Html Css Color HEX #D8DAFD Quartz

📋 copy color: '#D8DAFD'

red 216 ◦ green 218 ◦ blue 253

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

Shades of Quartz #D8DAFD

Tints of Quartz #D8DAFD

RGB

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

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

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

R = 31.44%
G = 31.73%
B = 36.83%

CMYK

 C value IS 0.15

 M value IS 0.14

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D8DAFD (or 0xD8DAFD) is known color: Quartz. HEX triplet: D8, DA and FD. RGB value is (216,218,253). Sum of RGB (Red+Green+Blue) = 216+218+253=687 (90% of max value = 765). Red value is 216 (84.77% from 255 or 31.44% from 687); Green value is 218 (85.55% from 255 or 31.73% from 687); Blue value is 253 (99.22% from 255 or 36.83% from 687); Max value from RGB is 253 - color contains mainly: blue. Hex color #D8DAFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8DAFD is #272502. Grayscale: #DDDDDD. Windows color (decimal): -2565379 or 16636632. OLE color: 16636632.

HSL color Cylindrical-coordinate representation of color #D8DAFD: hue angle of 236.76º degrees, saturation: 0.9, 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 #D8DAFD is Cyan = 0.15, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 216 218 253 -
CMYK 0.15 0.14 0 0.01
HSL 236.76º 0.9% 0.92% -
HSV(B) 236.76º 0.15% 0.99% -
XYZ 71.12 71.83 103.05 -
YUV 221.39 145.84 124.15 -
System Red Green Blue C M Y K H S L
Decimal 216 218 253 0.15 0.14 0 0.01 236.76 0.9 0.92
Hex D8 DA FD F E 0 1 ED 5A 5C
Octal 330 332 375 17 16 0 1 355 132 134
Binary 11011000 11011010 11111101 1111 1110 0 1 11101101 1011010 1011100

Color Harmonies of #D8DAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8DAFD

Black with #D8DAFD

Text Example


Text Example

White with #D8DAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8DAFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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