#C8D6C5

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

Shades of Surf Crest #C8D6C5

Tints of Surf Crest #C8D6C5

Color information

#C8D6C5 (or 0xC8D6C5) is unknown color: approx Surf Crest. HEX triplet: C8, D6 and C5. RGB value is (200,214,197). Sum of RGB (Red+Green+Blue) = 200+214+197=611 (80% of max value = 765). Red value is 200 (78.52% from 255 or 32.73% from 611); Green value is 214 (83.98% from 255 or 35.02% from 611); Blue value is 197 (77.34% from 255 or 32.24% from 611); Max value from RGB is 214 - color contains mainly: green. Hex color #C8D6C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8D6C5 is #37293A. Grayscale: #CFCFCF. Windows color (decimal): -3615035 or 12965576. OLE color: 12965576.

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

Color convert

RGB200214197-
CMYK0.0700.080.16
HSL109.41º17.17%80.59%-
HSV(B)109.41º7.94%83.92%-
XYZ57.9464.462.2-
YUV207.88121.86122.38-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 32.73%
GREEN value IS 214 (83.98% from 255) = 35.02%
BLUE value IS 197 (77.34% from 255) = 32.24%
R=32.73%
G=35.02%
B=32.24%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2002141970.0700.080.16109.4117.1780.59
HexC8D6C5708106d1151
Octal31032630570102015521121
Binary11001000110101101100010111101000100001101101100011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8D6C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8D6C5; }

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

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

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

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

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

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

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

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