Html Css Color HEX #D9DAFF Quartz

📋 copy color: '#D9DAFF'

red 217 ◦ green 218 ◦ blue 255

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

Shades of Quartz #D9DAFF

Tints of Quartz #D9DAFF

RGB

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

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

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

R = 31.45%
G = 31.59%
B = 36.96%

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

#D9DAFF (or 0xD9DAFF) is known color: Quartz. HEX triplet: D9, DA and FF. RGB value is (217,218,255). Sum of RGB (Red+Green+Blue) = 217+218+255=690 (91% of max value = 765). Red value is 217 (85.16% from 255 or 31.45% from 690); Green value is 218 (85.55% from 255 or 31.59% from 690); Blue value is 255 (100% from 255 or 36.96% from 690); Max value from RGB is 255 - color contains mainly: blue. Hex color #D9DAFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9DAFF is #262500. Grayscale: #DDDDDD. Windows color (decimal): -2499841 or 16767705. OLE color: 16767705.

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

Color convert

RGB 217 218 255 -
CMYK 0.15 0.15 0 0
HSL 238.42º 1% 0.93% -
HSV(B) 238.42º 0.15% 1% -
XYZ 71.74 72.11 104.75 -
YUV 221.92 146.67 124.49 -
System Red Green Blue C M Y K H S L
Decimal 217 218 255 0.15 0.15 0 0 238.42 1 0.93
Hex D9 DA FF F F 0 0 EE 64 5D
Octal 331 332 377 17 17 0 0 356 144 135
Binary 11011001 11011010 11111111 1111 1111 0 0 11101110 1100100 1011101

Color Harmonies of #D9DAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9DAFF

Black with #D9DAFF

Text Example


Text Example

White with #D9DAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9DAFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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