#D9CED0

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

Shades of Prim #D9CED0

Tints of Prim #D9CED0

Color information

#D9CED0 (or 0xD9CED0) is unknown color: approx Prim. HEX triplet: D9, CE and D0. RGB value is (217,206,208). Sum of RGB (Red+Green+Blue) = 217+206+208=631 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.39% from 631); Green value is 206 (80.86% from 255 or 32.65% from 631); Blue value is 208 (81.64% from 255 or 32.96% from 631); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CED0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9CED0 is #26312F. Grayscale: #D1D1D1. Windows color (decimal): -2502960 or 13684441. OLE color: 13684441.

HSL color Cylindrical-coordinate representation of color #D9CED0: hue angle of 349.09º degrees, saturation: 0.13, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D9CED0 is Cyan = 0, Magento = 0.05, Yellow = 0.04 and Black (K on CMYK) = 0.15.

Color convert

RGB217206208-
CMYK00.050.040.15
HSL349.09º12.64%82.94%-
HSV(B)349.09º5.07%85.1%-
XYZ62.0763.4568.65-
YUV209.52127.14133.34-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 34.39%
GREEN value IS 206 (80.86% from 255) = 32.65%
BLUE value IS 208 (81.64% from 255) = 32.96%
R=34.39%
G=32.65%
B=32.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.04
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21720620800.050.040.15349.0912.6482.94
HexD9CED0054F15dd53
Octal3313163200541753515123
Binary1101100111001110110100000101100111110101110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9CED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9CED0; }

 p { color: rgb(217,206,208); }

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

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

 a { background-color: rgb(217,206,208); }

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

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

 span { border-color: rgb(217,206,208); }

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