#C8D6BD

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

Shades of Surf Crest #C8D6BD

Tints of Surf Crest #C8D6BD

Color information

#C8D6BD (or 0xC8D6BD) is unknown color: approx Surf Crest. HEX triplet: C8, D6 and BD. RGB value is (200,214,189). Sum of RGB (Red+Green+Blue) = 200+214+189=603 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.17% from 603); Green value is 214 (83.98% from 255 or 35.49% from 603); Blue value is 189 (74.22% from 255 or 31.34% from 603); Max value from RGB is 214 - color contains mainly: green. Hex color #C8D6BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8D6BD is #372942. Grayscale: #CFCFCF. Windows color (decimal): -3615043 or 12441288. OLE color: 12441288.

HSL color Cylindrical-coordinate representation of color #C8D6BD: hue angle of 93.6º degrees, saturation: 0.23, 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 #C8D6BD is Cyan = 0.07, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB200214189-
CMYK0.0700.120.16
HSL93.6º23.36%79.02%-
HSV(B)93.6º11.68%83.92%-
XYZ57.0564.0557.5-
YUV206.96117.86123.03-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 33.17%
GREEN value IS 214 (83.98% from 255) = 35.49%
BLUE value IS 189 (74.22% from 255) = 31.34%
R=33.17%
G=35.49%
B=31.34%

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
Decimal2002141890.0700.120.1693.623.3679.02
HexC8D6BD70C105e174f
Octal31032627570142013627117
Binary11001000110101101011110111101100100001011110101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8D6BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8D6BD; }

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

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

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

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

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

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

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

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