#C8D6BE

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

Shades of Surf Crest #C8D6BE

Tints of Surf Crest #C8D6BE

Color information

#C8D6BE (or 0xC8D6BE) is unknown color: approx Surf Crest. HEX triplet: C8, D6 and BE. RGB value is (200,214,190). Sum of RGB (Red+Green+Blue) = 200+214+190=604 (80% of max value = 765). Red value is 200 (78.52% from 255 or 33.11% from 604); Green value is 214 (83.98% from 255 or 35.43% from 604); Blue value is 190 (74.61% from 255 or 31.46% from 604); Max value from RGB is 214 - color contains mainly: green. Hex color #C8D6BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8D6BE is #372941. Grayscale: #CFCFCF. Windows color (decimal): -3615042 or 12506824. OLE color: 12506824.

HSL color Cylindrical-coordinate representation of color #C8D6BE: hue angle of 95º degrees, saturation: 0.23, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C8D6BE is Cyan = 0.07, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB200214190-
CMYK0.0700.110.16
HSL95º22.64%79.22%-
HSV(B)95º11.21%83.92%-
XYZ57.1664.0958.07-
YUV207.08118.36122.95-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 33.11%
GREEN value IS 214 (83.98% from 255) = 35.43%
BLUE value IS 190 (74.61% from 255) = 31.46%
R=33.11%
G=35.43%
B=31.46%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2002141900.0700.110.169522.6479.22
HexC8D6BE70B105f174f
Octal31032627670132013727117
Binary11001000110101101011111011101011100001011111101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8D6BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8D6BE; }

 p { color: rgb(200,214,190); }

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

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

 a { background-color: rgb(200,214,190); }

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

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

 span { border-color: rgb(200,214,190); }

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