Html Css Color HEX #CEAFA6 Clam Shell

📋 copy color: '#CEAFA6'

red 206 ◦ green 175 ◦ blue 166

#CEAFA6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Clam Shell #CEAFA6

Tints of Clam Shell #CEAFA6

RGB

 RED value IS 206 (80.86% from 255) = 37.66%

 GREEN value IS 175 (68.75% from 255) = 31.99%

 BLUE value IS 166 (65.23% from 255) = 30.35%

R = 37.66%
G = 31.99%
B = 30.35%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.19

 K value IS 0.19

RGB Variations

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

Color information

#CEAFA6 (or 0xCEAFA6) is known color: Clam Shell. HEX triplet: CE, AF and A6. RGB value is (206,175,166). Sum of RGB (Red+Green+Blue) = 206+175+166=547 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.66% from 547); Green value is 175 (68.75% from 255 or 31.99% from 547); Blue value is 166 (65.23% from 255 or 30.35% from 547); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAFA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEAFA6 is #315059. Grayscale: #B7B7B7. Windows color (decimal): -3231834 or 10923982. OLE color: 10923982.

HSL color Cylindrical-coordinate representation of color #CEAFA6: hue angle of 13.5º degrees, saturation: 0.29, 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 #CEAFA6 is Cyan = 0, Magento = 0.15, Yellow = 0.19 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 175 166 -
CMYK 0 0.15 0.19 0.19
HSL 13.5º 0.29% 0.73% -
HSV(B) 13.5º 0.19% 0.81% -
XYZ 47.67 46.53 42.55 -
YUV 183.24 118.27 144.23 -
System Red Green Blue C M Y K H S L
Decimal 206 175 166 0 0.15 0.19 0.19 13.5 0.29 0.73
Hex CE AF A6 0 F 13 13 E 1D 49
Octal 316 257 246 0 17 23 23 16 35 111
Binary 11001110 10101111 10100110 0 1111 10011 10011 1110 11101 1001001

Color Harmonies of #CEAFA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEAFA6

Black with #CEAFA6

Text Example


Text Example

White with #CEAFA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEAFA6; }

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

 H1.HeaderClassName
 {
   color: #CEAFA6;
 }
 .AnyTagClassName
 {
   color: #CEAFA6;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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