Html Css Color HEX #CEAFA9 Clam Shell

📋 copy color: '#CEAFA9'

red 206 ◦ green 175 ◦ blue 169

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

Shades of Clam Shell #CEAFA9

Tints of Clam Shell #CEAFA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 30.73%

R = 37.45%
G = 31.82%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.18

 K value IS 0.19

RGB Variations

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

Color information

#CEAFA9 (or 0xCEAFA9) is known color: Clam Shell. HEX triplet: CE, AF and A9. RGB value is (206,175,169). Sum of RGB (Red+Green+Blue) = 206+175+169=550 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.45% from 550); Green value is 175 (68.75% from 255 or 31.82% from 550); Blue value is 169 (66.41% from 255 or 30.73% from 550); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAFA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEAFA9 is #315056. Grayscale: #B7B7B7. Windows color (decimal): -3231831 or 11120590. OLE color: 11120590.

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

Color convert

RGB 206 175 169 -
CMYK 0 0.15 0.18 0.19
HSL 9.73º 0.27% 0.74% -
HSV(B) 9.73º 0.18% 0.81% -
XYZ 47.95 46.65 44.01 -
YUV 183.59 119.77 143.99 -
System Red Green Blue C M Y K H S L
Decimal 206 175 169 0 0.15 0.18 0.19 9.73 0.27 0.74
Hex CE AF A9 0 F 12 13 A 1B 4A
Octal 316 257 251 0 17 22 23 12 33 112
Binary 11001110 10101111 10101001 0 1111 10010 10011 1010 11011 1001010

Color Harmonies of #CEAFA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEAFA9

Black with #CEAFA9

Text Example


Text Example

White with #CEAFA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEAFA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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