Html Css Color HEX #D9DCEF Quartz

📋 copy color: '#D9DCEF'

red 217 ◦ green 220 ◦ blue 239

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

Shades of Quartz #D9DCEF

Tints of Quartz #D9DCEF

RGB

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

 GREEN value IS 220 (86.33% from 255) = 32.54%

 BLUE value IS 239 (93.75% from 255) = 35.36%

R = 32.1%
G = 32.54%
B = 35.36%

CMYK

 C value IS 0.09

 M value IS 0.08

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D9DCEF (or 0xD9DCEF) is known color: Quartz. HEX triplet: D9, DC and EF. RGB value is (217,220,239). Sum of RGB (Red+Green+Blue) = 217+220+239=676 (89% of max value = 765). Red value is 217 (85.16% from 255 or 32.10% from 676); Green value is 220 (86.33% from 255 or 32.54% from 676); Blue value is 239 (93.75% from 255 or 35.36% from 676); Max value from RGB is 239 - color contains mainly: blue. Hex color #D9DCEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9DCEF is #262310. Grayscale: #DDDDDD. Windows color (decimal): -2499345 or 15719641. OLE color: 15719641.

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

Color convert

RGB 217 220 239 -
CMYK 0.09 0.08 0 0.06
HSL 231.82º 0.41% 0.89% -
HSV(B) 231.82º 0.09% 0.94% -
XYZ 69.79 72.17 91.91 -
YUV 221.27 138.01 124.96 -
System Red Green Blue C M Y K H S L
Decimal 217 220 239 0.09 0.08 0 0.06 231.82 0.41 0.89
Hex D9 DC EF 9 8 0 6 E8 29 59
Octal 331 334 357 11 10 0 6 350 51 131
Binary 11011001 11011100 11101111 1001 1000 0 110 11101000 101001 1011001

Color Harmonies of #D9DCEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9DCEF

Black with #D9DCEF

Text Example


Text Example

White with #D9DCEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9DCEF; }

 p { color: rgb(217,220,239); }

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

background-color css

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

 a { background-color: rgb(217,220,239); }

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

border-color css

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

 span { border-color: rgb(217,220,239); }

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