#C8D6BC

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

Shades of Surf Crest #C8D6BC

Tints of Surf Crest #C8D6BC

Color information

#C8D6BC (or 0xC8D6BC) is unknown color: approx Surf Crest. HEX triplet: C8, D6 and BC. RGB value is (200,214,188). Sum of RGB (Red+Green+Blue) = 200+214+188=602 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.22% from 602); Green value is 214 (83.98% from 255 or 35.55% from 602); Blue value is 188 (73.83% from 255 or 31.23% from 602); Max value from RGB is 214 - color contains mainly: green. Hex color #C8D6BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8D6BC is #372943. Grayscale: #CECECE. Windows color (decimal): -3615044 or 12375752. OLE color: 12375752.

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

Color convert

RGB200214188-
CMYK0.0700.120.16
HSL92.31º24.07%78.82%-
HSV(B)92.31º12.15%83.92%-
XYZ56.946456.93-
YUV206.85117.36123.11-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 33.22%
GREEN value IS 214 (83.98% from 255) = 35.55%
BLUE value IS 188 (73.83% from 255) = 31.23%
R=33.22%
G=35.55%
B=31.23%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2002141880.0700.120.1692.3124.0778.82
HexC8D6BC70C105c184f
Octal31032627470142013430117
Binary11001000110101101011110011101100100001011100110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8D6BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8D6BC; }

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

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

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

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

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

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

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

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