Html Css Color HEX #D9DAE9 Quartz

📋 copy color: '#D9DAE9'

red 217 ◦ green 218 ◦ blue 233

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

Shades of Quartz #D9DAE9

Tints of Quartz #D9DAE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 34.88%

R = 32.49%
G = 32.63%
B = 34.88%

CMYK

 C value IS 0.07

 M value IS 0.06

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D9DAE9 (or 0xD9DAE9) is known color: Quartz. HEX triplet: D9, DA and E9. RGB value is (217,218,233). Sum of RGB (Red+Green+Blue) = 217+218+233=668 (88% of max value = 765). Red value is 217 (85.16% from 255 or 32.49% from 668); Green value is 218 (85.55% from 255 or 32.63% from 668); Blue value is 233 (91.41% from 255 or 34.88% from 668); Max value from RGB is 233 - color contains mainly: blue. Hex color #D9DAE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9DAE9 is #262516. Grayscale: #DBDBDB. Windows color (decimal): -2499863 or 15325913. OLE color: 15325913.

HSL color Cylindrical-coordinate representation of color #D9DAE9: hue angle of 236.25º degrees, saturation: 0.27, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D9DAE9 is Cyan = 0.07, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 217 218 233 -
CMYK 0.07 0.06 0 0.09
HSL 236.25º 0.27% 0.88% -
HSV(B) 236.25º 0.07% 0.91% -
XYZ 68.39 70.78 87.15 -
YUV 219.41 135.67 126.28 -
System Red Green Blue C M Y K H S L
Decimal 217 218 233 0.07 0.06 0 0.09 236.25 0.27 0.88
Hex D9 DA E9 7 6 0 9 EC 1B 58
Octal 331 332 351 7 6 0 11 354 33 130
Binary 11011001 11011010 11101001 111 110 0 1001 11101100 11011 1011000

Color Harmonies of #D9DAE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9DAE9

Black with #D9DAE9

Text Example


Text Example

White with #D9DAE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9DAE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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