Html Css Color HEX #D9DAE6 Quartz

📋 copy color: '#D9DAE6'

red 217 ◦ green 218 ◦ blue 230

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

Shades of Quartz #D9DAE6

Tints of Quartz #D9DAE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 34.59%

R = 32.63%
G = 32.78%
B = 34.59%

CMYK

 C value IS 0.06

 M value IS 0.05

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D9DAE6 (or 0xD9DAE6) is known color: Quartz. HEX triplet: D9, DA and E6. RGB value is (217,218,230). Sum of RGB (Red+Green+Blue) = 217+218+230=665 (88% of max value = 765). Red value is 217 (85.16% from 255 or 32.63% from 665); Green value is 218 (85.55% from 255 or 32.78% from 665); Blue value is 230 (90.23% from 255 or 34.59% from 665); Max value from RGB is 230 - color contains mainly: blue. Hex color #D9DAE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9DAE6 is #262519. Grayscale: #DBDBDB. Windows color (decimal): -2499866 or 15129305. OLE color: 15129305.

HSL color Cylindrical-coordinate representation of color #D9DAE6: hue angle of 235.38º degrees, saturation: 0.21, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D9DAE6 is Cyan = 0.06, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 217 218 230 -
CMYK 0.06 0.05 0 0.10
HSL 235.38º 0.21% 0.88% -
HSV(B) 235.38º 0.06% 0.9% -
XYZ 67.97 70.61 84.91 -
YUV 219.07 134.17 126.52 -
System Red Green Blue C M Y K H S L
Decimal 217 218 230 0.06 0.05 0 0.10 235.38 0.21 0.88
Hex D9 DA E6 6 5 0 A EB 15 58
Octal 331 332 346 6 5 0 12 353 25 130
Binary 11011001 11011010 11100110 110 101 0 1010 11101011 10101 1011000

Color Harmonies of #D9DAE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9DAE6

Black with #D9DAE6

Text Example


Text Example

White with #D9DAE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9DAE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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