Html Css Color HEX #CEAFA4 Clam Shell

📋 copy color: '#CEAFA4'

red 206 ◦ green 175 ◦ blue 164

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

Shades of Clam Shell #CEAFA4

Tints of Clam Shell #CEAFA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 30.09%

R = 37.8%
G = 32.11%
B = 30.09%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.20

 K value IS 0.19

RGB Variations

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

Color information

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

RGB 206 175 164 -
CMYK 0 0.15 0.20 0.19
HSL 15.71º 0.3% 0.73% -
HSV(B) 15.71º 0.2% 0.81% -
XYZ 47.48 46.46 41.59 -
YUV 183.02 117.27 144.39 -
System Red Green Blue C M Y K H S L
Decimal 206 175 164 0 0.15 0.20 0.19 15.71 0.3 0.73
Hex CE AF A4 0 F 14 13 10 1E 49
Octal 316 257 244 0 17 24 23 20 36 111
Binary 11001110 10101111 10100100 0 1111 10100 10011 10000 11110 1001001

Color Harmonies of #CEAFA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEAFA4

Black with #CEAFA4

Text Example


Text Example

White with #CEAFA4

Text Example


Text Example

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