#D1CDC7

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

Shades of Westar #D1CDC7

Tints of Westar #D1CDC7

Color information

#D1CDC7 (or 0xD1CDC7) is unknown color: approx Westar. HEX triplet: D1, CD and C7. RGB value is (209,205,199). Sum of RGB (Red+Green+Blue) = 209+205+199=613 (81% of max value = 765). Red value is 209 (82.03% from 255 or 34.09% from 613); Green value is 205 (80.47% from 255 or 33.44% from 613); Blue value is 199 (78.12% from 255 or 32.46% from 613); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CDC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1CDC7 is #2E3238. Grayscale: #CDCDCD. Windows color (decimal): -3027513 or 13094353. OLE color: 13094353.

HSL color Cylindrical-coordinate representation of color #D1CDC7: hue angle of 36º degrees, saturation: 0.1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D1CDC7 is Cyan = 0, Magento = 0.02, Yellow = 0.05 and Black (K on CMYK) = 0.18.

Color convert

RGB209205199-
CMYK00.020.050.18
HSL36º9.8%80%-
HSV(B)36º4.78%81.96%-
XYZ58.4361.3462.79-
YUV205.51124.33130.49-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 34.09%
GREEN value IS 205 (80.47% from 255) = 33.44%
BLUE value IS 199 (78.12% from 255) = 32.46%
R=34.09%
G=33.44%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.05
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20920519900.020.050.18369.880
HexD1CDC70251224a50
Octal321315307025224412120
Binary1101000111001101110001110101011001010010010101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1CDC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1CDC7; }

 p { color: rgb(209,205,199); }

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

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

 a { background-color: rgb(209,205,199); }

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

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

 span { border-color: rgb(209,205,199); }

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