#C8DCBB

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

Shades of Surf Crest #C8DCBB

Tints of Surf Crest #C8DCBB

Color information

#C8DCBB (or 0xC8DCBB) is unknown color: approx Surf Crest. HEX triplet: C8, DC and BB. RGB value is (200,220,187). Sum of RGB (Red+Green+Blue) = 200+220+187=607 (80% of max value = 765). Red value is 200 (78.52% from 255 or 32.95% from 607); Green value is 220 (86.33% from 255 or 36.24% from 607); Blue value is 187 (73.44% from 255 or 30.81% from 607); Max value from RGB is 220 - color contains mainly: green. Hex color #C8DCBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8DCBB is #372344. Grayscale: #D2D2D2. Windows color (decimal): -3613509 or 12311752. OLE color: 12311752.

HSL color Cylindrical-coordinate representation of color #C8DCBB: hue angle of 96.36º degrees, saturation: 0.32, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C8DCBB is Cyan = 0.09, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB200220187-
CMYK0.0900.150.14
HSL96.36º32.04%79.8%-
HSV(B)96.36º15%86.27%-
XYZ58.3867.0556.88-
YUV210.26114.87120.68-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 32.95%
GREEN value IS 220 (86.33% from 255) = 36.24%
BLUE value IS 187 (73.44% from 255) = 30.81%
R=32.95%
G=36.24%
B=30.81%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2002201870.0900.150.1496.3632.0479.8
HexC8DCBB90FE602050
Octal310334273110171614040120
Binary110010001101110010111011100101111111011000001000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8DCBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8DCBB; }

 p { color: rgb(200,220,187); }

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

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

 a { background-color: rgb(200,220,187); }

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

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

 span { border-color: rgb(200,220,187); }

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