#CEAEA1

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

Shades of Clam Shell #CEAEA1

Tints of Clam Shell #CEAEA1

Color information

#CEAEA1 (or 0xCEAEA1) is unknown color: approx Clam Shell. HEX triplet: CE, AE and A1. RGB value is (206,174,161). Sum of RGB (Red+Green+Blue) = 206+174+161=541 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.08% from 541); Green value is 174 (68.36% from 255 or 32.16% from 541); Blue value is 161 (63.28% from 255 or 29.76% from 541); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAEA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEAEA1 is #31515E. Grayscale: #B6B6B6. Windows color (decimal): -3232095 or 10596046. OLE color: 10596046.

HSL color Cylindrical-coordinate representation of color #CEAEA1: hue angle of 17.33º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CEAEA1 is Cyan = 0, Magento = 0.16, Yellow = 0.22 and Black (K on CMYK) = 0.19.

Color convert

RGB206174161-
CMYK00.160.220.19
HSL17.33º31.47%71.96%-
HSV(B)17.33º21.84%80.78%-
XYZ47.0245.9740.11-
YUV182.09116.1145.06-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.08%
GREEN value IS 174 (68.36% from 255) = 32.16%
BLUE value IS 161 (63.28% from 255) = 29.76%
R=38.08%
G=32.16%
B=29.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.22
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20617416100.160.220.1917.3331.4771.96
HexCEAEA10101613111f48
Octal31625624102026232137110
Binary110011101010111010100001010000101101001110001111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEAEA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEAEA1; }

 p { color: rgb(206,174,161); }

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

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

 a { background-color: rgb(206,174,161); }

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

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

 span { border-color: rgb(206,174,161); }

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