#CBADA8

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

Shades of Clam Shell #CBADA8

Tints of Clam Shell #CBADA8

Color information

#CBADA8 (or 0xCBADA8) is unknown color: approx Clam Shell. HEX triplet: CB, AD and A8. RGB value is (203,173,168). Sum of RGB (Red+Green+Blue) = 203+173+168=544 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.32% from 544); Green value is 173 (67.97% from 255 or 31.80% from 544); Blue value is 168 (66.02% from 255 or 30.88% from 544); Max value from RGB is 203 - color contains mainly: red. Hex color #CBADA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBADA8 is #345257. Grayscale: #B5B5B5. Windows color (decimal): -3428952 or 11054539. OLE color: 11054539.

HSL color Cylindrical-coordinate representation of color #CBADA8: hue angle of 8.57º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CBADA8 is Cyan = 0, Magento = 0.15, Yellow = 0.17 and Black (K on CMYK) = 0.20.

Color convert

RGB203173168-
CMYK00.150.170.20
HSL8.57º25.18%72.75%-
HSV(B)8.57º17.24%79.61%-
XYZ46.6445.4143.35-
YUV181.4120.44143.41-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.32%
GREEN value IS 173 (67.97% from 255) = 31.80%
BLUE value IS 168 (66.02% from 255) = 30.88%
R=37.32%
G=31.80%
B=30.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.17
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317316800.150.170.208.5725.1872.75
HexCBADA80F111491949
Octal31325525001721241131111
Binary1100101110101101101010000111110001101001001110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBADA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBADA8; }

 p { color: rgb(203,173,168); }

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

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

 a { background-color: rgb(203,173,168); }

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

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

 span { border-color: rgb(203,173,168); }

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