#CEAFA7

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

Shades of Clam Shell #CEAFA7

Tints of Clam Shell #CEAFA7

Color information

#CEAFA7 (or 0xCEAFA7) is unknown color: approx Clam Shell. HEX triplet: CE, AF and A7. RGB value is (206,175,167). Sum of RGB (Red+Green+Blue) = 206+175+167=548 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.59% from 548); Green value is 175 (68.75% from 255 or 31.93% from 548); Blue value is 167 (65.62% from 255 or 30.47% from 548); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAFA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEAFA7 is #315058. Grayscale: #B7B7B7. Windows color (decimal): -3231833 or 10989518. OLE color: 10989518.

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

Color convert

RGB206175167-
CMYK00.150.190.19
HSL12.31º28.47%73.14%-
HSV(B)12.31º18.93%80.78%-
XYZ47.7646.5743.03-
YUV183.36118.77144.15-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.59%
GREEN value IS 175 (68.75% from 255) = 31.93%
BLUE value IS 167 (65.62% from 255) = 30.47%
R=37.59%
G=31.93%
B=30.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.19
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20617516700.150.190.1912.3128.4773.14
HexCEAFA70F1313c1c49
Octal31625724701723231434111
Binary1100111010101111101001110111110011100111100111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEAFA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEAFA7; }

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

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

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

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

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

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

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

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