Html Css Color HEX #D9DAEE Quartz

📋 copy color: '#D9DAEE'

red 217 ◦ green 218 ◦ blue 238

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

Shades of Quartz #D9DAEE

Tints of Quartz #D9DAEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 35.36%

R = 32.24%
G = 32.39%
B = 35.36%

CMYK

 C value IS 0.09

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D9DAEE (or 0xD9DAEE) is known color: Quartz. HEX triplet: D9, DA and EE. RGB value is (217,218,238). Sum of RGB (Red+Green+Blue) = 217+218+238=673 (89% of max value = 765). Red value is 217 (85.16% from 255 or 32.24% from 673); Green value is 218 (85.55% from 255 or 32.39% from 673); Blue value is 238 (93.36% from 255 or 35.36% from 673); Max value from RGB is 238 - color contains mainly: blue. Hex color #D9DAEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9DAEE is #262511. Grayscale: #DBDBDB. Windows color (decimal): -2499858 or 15653593. OLE color: 15653593.

HSL color Cylindrical-coordinate representation of color #D9DAEE: hue angle of 237.14º degrees, saturation: 0.38, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D9DAEE is Cyan = 0.09, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 217 218 238 -
CMYK 0.09 0.08 0 0.07
HSL 237.14º 0.38% 0.89% -
HSV(B) 237.14º 0.09% 0.93% -
XYZ 69.12 71.07 90.96 -
YUV 219.98 138.17 125.87 -
System Red Green Blue C M Y K H S L
Decimal 217 218 238 0.09 0.08 0 0.07 237.14 0.38 0.89
Hex D9 DA EE 9 8 0 7 ED 26 59
Octal 331 332 356 11 10 0 7 355 46 131
Binary 11011001 11011010 11101110 1001 1000 0 111 11101101 100110 1011001

Color Harmonies of #D9DAEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9DAEE

Black with #D9DAEE

Text Example


Text Example

White with #D9DAEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9DAEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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