#C8DABA

Color #C8DABA Surf Crest (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Surf Crest #C8DABA

Tints of Surf Crest #C8DABA

Color information

#C8DABA (or 0xC8DABA) is unknown color: approx Surf Crest. HEX triplet: C8, DA and BA. RGB value is (200,218,186). Sum of RGB (Red+Green+Blue) = 200+218+186=604 (80% of max value = 765). Red value is 200 (78.52% from 255 or 33.11% from 604); Green value is 218 (85.55% from 255 or 36.09% from 604); Blue value is 186 (73.05% from 255 or 30.79% from 604); Max value from RGB is 218 - color contains mainly: green. Hex color #C8DABA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8DABA is #372545. Grayscale: #D1D1D1. Windows color (decimal): -3614022 or 12245704. OLE color: 12245704.

HSL color Cylindrical-coordinate representation of color #C8DABA: hue angle of 93.75º degrees, saturation: 0.3, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C8DABA is Cyan = 0.08, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.15.

Color convert

RGB200218186-
CMYK0.0800.150.15
HSL93.75º30.19%79.22%-
HSV(B)93.75º14.68%85.49%-
XYZ57.7565.9756.14-
YUV208.97115.04121.6-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 33.11%
GREEN value IS 218 (85.55% from 255) = 36.09%
BLUE value IS 186 (73.05% from 255) = 30.79%
R=33.11%
G=36.09%
B=30.79%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2002181860.0800.150.1593.7530.1979.22
HexC8DABA80FF5e1e4f
Octal310332272100171713636117
Binary11001000110110101011101010000111111111011110111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8DABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8DABA; }

 p { color: rgb(200,218,186); }

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

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

 a { background-color: rgb(200,218,186); }

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

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

 span { border-color: rgb(200,218,186); }

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