#D9DCED

Color #D9DCED Quartz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Quartz #D9DCED

Tints of Quartz #D9DCED

Color information

#D9DCED (or 0xD9DCED) is unknown color: approx Quartz. HEX triplet: D9, DC and ED. RGB value is (217,220,237). Sum of RGB (Red+Green+Blue) = 217+220+237=674 (89% of max value = 765). Red value is 217 (85.16% from 255 or 32.20% from 674); Green value is 220 (86.33% from 255 or 32.64% from 674); Blue value is 237 (92.97% from 255 or 35.16% from 674); Max value from RGB is 237 - color contains mainly: blue. Hex color #D9DCED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9DCED is #262312. Grayscale: #DCDCDC. Windows color (decimal): -2499347 or 15588569. OLE color: 15588569.

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

Color convert

RGB217220237-
CMYK0.080.0700.07
HSL231º35.71%89.02%-
HSV(B)231º8.44%92.94%-
XYZ69.4972.0590.37-
YUV221.04137.01125.12-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 32.20%
GREEN value IS 220 (86.33% from 255) = 32.64%
BLUE value IS 237 (92.97% from 255) = 35.16%
R=32.20%
G=32.64%
B=35.16%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2172202370.080.0700.0723135.7189.02
HexD9DCED8707e72459
Octal3313343551070734744131
Binary11011001110111001110110110001110111111001111001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9DCED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9DCED; }

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

 H1.HeaderClassName
 {
   color: #D9DCED;
 }
 .AnyTagClassName
 {
   color: #D9DCED;
 }
</style>
background-color css

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

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

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

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

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

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