#C8D8C6

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

Shades of Surf Crest #C8D8C6

Tints of Surf Crest #C8D8C6

Color information

#C8D8C6 (or 0xC8D8C6) is unknown color: approx Surf Crest. HEX triplet: C8, D8 and C6. RGB value is (200,216,198). Sum of RGB (Red+Green+Blue) = 200+216+198=614 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.57% from 614); Green value is 216 (84.77% from 255 or 35.18% from 614); Blue value is 198 (77.73% from 255 or 32.25% from 614); Max value from RGB is 216 - color contains mainly: green. Hex color #C8D8C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8D8C6 is #372739. Grayscale: #D1D1D1. Windows color (decimal): -3614522 or 13031624. OLE color: 13031624.

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

Color convert

RGB200216198-
CMYK0.0700.080.15
HSL113.33º18.75%81.18%-
HSV(B)113.33º8.33%84.71%-
XYZ58.5765.4762.98-
YUV209.16121.7121.46-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 32.57%
GREEN value IS 216 (84.77% from 255) = 35.18%
BLUE value IS 198 (77.73% from 255) = 32.25%
R=32.57%
G=35.18%
B=32.25%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2002161980.0700.080.15113.3318.7581.18
HexC8D8C6708F711351
Octal31033030670101716123121
Binary1100100011011000110001101110100011111110001100111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8D8C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8D8C6; }

 p { color: rgb(200,216,198); }

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

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

 a { background-color: rgb(200,216,198); }

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

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

 span { border-color: rgb(200,216,198); }

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