Html Css Color HEX #CEAFA7 Clam Shell

📋 copy color: '#CEAFA7'

red 206 ◦ green 175 ◦ blue 167

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

Shades of Clam Shell #CEAFA7

Tints of Clam Shell #CEAFA7

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.63% from 255) = 30.47%

R = 37.59%
G = 31.93%
B = 30.47%

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

#CEAFA7 (or 0xCEAFA7) is known color: 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

RGB 206 175 167 -
CMYK 0 0.15 0.19 0.19
HSL 12.31º 0.28% 0.73% -
HSV(B) 12.31º 0.19% 0.81% -
XYZ 47.76 46.57 43.03 -
YUV 183.36 118.77 144.15 -
System Red Green Blue C M Y K H S L
Decimal 206 175 167 0 0.15 0.19 0.19 12.31 0.28 0.73
Hex CE AF A7 0 F 13 13 C 1C 49
Octal 316 257 247 0 17 23 23 14 34 111
Binary 11001110 10101111 10100111 0 1111 10011 10011 1100 11100 1001001

Color Harmonies of #CEAFA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEAFA7

Black with #CEAFA7

Text Example


Text Example

White with #CEAFA7

Text Example


Text Example

HTML Codes & Css Web 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>