#D1CDC4

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

Shades of Westar #D1CDC4

Tints of Westar #D1CDC4

Color information

#D1CDC4 (or 0xD1CDC4) is unknown color: approx Westar. HEX triplet: D1, CD and C4. RGB value is (209,205,196). Sum of RGB (Red+Green+Blue) = 209+205+196=610 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.26% from 610); Green value is 205 (80.47% from 255 or 33.61% from 610); Blue value is 196 (76.95% from 255 or 32.13% from 610); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CDC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1CDC4 is #2E323B. Grayscale: #CDCDCD. Windows color (decimal): -3027516 or 12897745. OLE color: 12897745.

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

Color convert

RGB209205196-
CMYK00.020.060.18
HSL41.54º12.38%79.41%-
HSV(B)41.54º6.22%81.96%-
XYZ58.0961.260.98-
YUV205.17122.83130.73-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 34.26%
GREEN value IS 205 (80.47% from 255) = 33.61%
BLUE value IS 196 (76.95% from 255) = 32.13%
R=34.26%
G=33.61%
B=32.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.06
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20920519600.020.060.1841.5412.3879.41
HexD1CDC4026122ac4f
Octal321315304026225214117
Binary1101000111001101110001000101101001010101011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1CDC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1CDC4; }

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

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

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

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

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

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

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

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