#CDAFA9

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

Shades of Clam Shell #CDAFA9

Tints of Clam Shell #CDAFA9

Color information

#CDAFA9 (or 0xCDAFA9) is unknown color: approx Clam Shell. HEX triplet: CD, AF and A9. RGB value is (205,175,169). Sum of RGB (Red+Green+Blue) = 205+175+169=549 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.34% from 549); Green value is 175 (68.75% from 255 or 31.88% from 549); Blue value is 169 (66.41% from 255 or 30.78% from 549); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAFA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDAFA9 is #325056. Grayscale: #B7B7B7. Windows color (decimal): -3297367 or 11120589. OLE color: 11120589.

HSL color Cylindrical-coordinate representation of color #CDAFA9: hue angle of 10º 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 #CDAFA9 is Cyan = 0, Magento = 0.15, Yellow = 0.18 and Black (K on CMYK) = 0.20.

Color convert

RGB205175169-
CMYK00.150.180.20
HSL10º26.47%73.33%-
HSV(B)10º17.56%80.39%-
XYZ47.6746.544-
YUV183.29119.94143.49-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.34%
GREEN value IS 175 (68.75% from 255) = 31.88%
BLUE value IS 169 (66.41% from 255) = 30.78%
R=37.34%
G=31.88%
B=30.78%

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
Decimal20517516900.150.180.201026.4773.33
HexCDAFA90F1214a1a49
Octal31525725101722241232111
Binary1100110110101111101010010111110010101001010110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAFA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAFA9; }

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

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

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

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

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

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

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

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