#CEAFA4

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

Shades of Clam Shell #CEAFA4

Tints of Clam Shell #CEAFA4

Color information

#CEAFA4 (or 0xCEAFA4) is unknown color: approx Clam Shell. HEX triplet: CE, AF and A4. RGB value is (206,175,164). Sum of RGB (Red+Green+Blue) = 206+175+164=545 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.80% from 545); Green value is 175 (68.75% from 255 or 32.11% from 545); Blue value is 164 (64.45% from 255 or 30.09% from 545); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAFA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEAFA4 is #31505B. Grayscale: #B7B7B7. Windows color (decimal): -3231836 or 10792910. OLE color: 10792910.

HSL color Cylindrical-coordinate representation of color #CEAFA4: hue angle of 15.71º degrees, saturation: 0.3, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CEAFA4 is Cyan = 0, Magento = 0.15, Yellow = 0.20 and Black (K on CMYK) = 0.19.

Color convert

RGB206175164-
CMYK00.150.200.19
HSL15.71º30%72.55%-
HSV(B)15.71º20.39%80.78%-
XYZ47.4846.4641.59-
YUV183.02117.27144.39-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.80%
GREEN value IS 175 (68.75% from 255) = 32.11%
BLUE value IS 164 (64.45% from 255) = 30.09%
R=37.80%
G=32.11%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.20
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20617516400.150.200.1915.713072.55
HexCEAFA40F1413101e49
Octal31625724401724232036111
Binary11001110101011111010010001111101001001110000111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEAFA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEAFA4; }

 p { color: rgb(206,175,164); }

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

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

 a { background-color: rgb(206,175,164); }

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

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

 span { border-color: rgb(206,175,164); }

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