Html Css Color HEX #D9DAFD Quartz

📋 copy color: '#D9DAFD'

red 217 ◦ green 218 ◦ blue 253

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

Shades of Quartz #D9DAFD

Tints of Quartz #D9DAFD

RGB

 RED value IS 217 (85.16% from 255) = 31.54%

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

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

R = 31.54%
G = 31.69%
B = 36.77%

CMYK

 C value IS 0.14

 M value IS 0.14

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D9DAFD (or 0xD9DAFD) is known color: Quartz. HEX triplet: D9, DA and FD. RGB value is (217,218,253). Sum of RGB (Red+Green+Blue) = 217+218+253=688 (91% of max value = 765). Red value is 217 (85.16% from 255 or 31.54% from 688); Green value is 218 (85.55% from 255 or 31.69% from 688); Blue value is 253 (99.22% from 255 or 36.77% from 688); Max value from RGB is 253 - color contains mainly: blue. Hex color #D9DAFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9DAFD is #262502. Grayscale: #DDDDDD. Windows color (decimal): -2499843 or 16636633. OLE color: 16636633.

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

Color convert

RGB 217 218 253 -
CMYK 0.14 0.14 0 0.01
HSL 238.33º 0.9% 0.92% -
HSV(B) 238.33º 0.14% 0.99% -
XYZ 71.42 71.99 103.06 -
YUV 221.69 145.67 124.65 -
System Red Green Blue C M Y K H S L
Decimal 217 218 253 0.14 0.14 0 0.01 238.33 0.9 0.92
Hex D9 DA FD E E 0 1 EE 5A 5C
Octal 331 332 375 16 16 0 1 356 132 134
Binary 11011001 11011010 11111101 1110 1110 0 1 11101110 1011010 1011100

Color Harmonies of #D9DAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9DAFD

Black with #D9DAFD

Text Example


Text Example

White with #D9DAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9DAFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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