#CDAEA9

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

Shades of Clam Shell #CDAEA9

Tints of Clam Shell #CDAEA9

Color information

#CDAEA9 (or 0xCDAEA9) is unknown color: approx Clam Shell. HEX triplet: CD, AE and A9. RGB value is (205,174,169). Sum of RGB (Red+Green+Blue) = 205+174+169=548 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.41% from 548); Green value is 174 (68.36% from 255 or 31.75% from 548); Blue value is 169 (66.41% from 255 or 30.84% from 548); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAEA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDAEA9 is #325156. Grayscale: #B6B6B6. Windows color (decimal): -3297623 or 11120333. OLE color: 11120333.

HSL color Cylindrical-coordinate representation of color #CDAEA9: hue angle of 8.33º degrees, saturation: 0.26, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CDAEA9 is Cyan = 0, Magento = 0.15, Yellow = 0.18 and Black (K on CMYK) = 0.20.

Color convert

RGB205174169-
CMYK00.150.180.20
HSL8.33º26.47%73.33%-
HSV(B)8.33º17.56%80.39%-
XYZ47.4746.1243.94-
YUV182.7120.27143.91-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.41%
GREEN value IS 174 (68.36% from 255) = 31.75%
BLUE value IS 169 (66.41% from 255) = 30.84%
R=37.41%
G=31.75%
B=30.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.18
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517416900.150.180.208.3326.4773.33
HexCDAEA90F121481a49
Octal31525625101722241032111
Binary1100110110101110101010010111110010101001000110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAEA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAEA9; }

 p { color: rgb(205,174,169); }

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

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

 a { background-color: rgb(205,174,169); }

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

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

 span { border-color: rgb(205,174,169); }

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