#C2CEBB

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

Shades of Surf Crest #C2CEBB

Tints of Surf Crest #C2CEBB

Color information

#C2CEBB (or 0xC2CEBB) is unknown color: approx Surf Crest. HEX triplet: C2, CE and BB. RGB value is (194,206,187). Sum of RGB (Red+Green+Blue) = 194+206+187=587 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.05% from 587); Green value is 206 (80.86% from 255 or 35.09% from 587); Blue value is 187 (73.44% from 255 or 31.86% from 587); Max value from RGB is 206 - color contains mainly: green. Hex color #C2CEBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2CEBB is #3D3144. Grayscale: #C8C8C8. Windows color (decimal): -4010309 or 12308162. OLE color: 12308162.

HSL color Cylindrical-coordinate representation of color #C2CEBB: hue angle of 97.89º degrees, saturation: 0.16, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C2CEBB is Cyan = 0.06, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.

Color convert

RGB194206187-
CMYK0.0600.090.19
HSL97.89º16.24%77.06%-
HSV(B)97.89º9.22%80.78%-
XYZ53.2959.255.63-
YUV200.25120.52123.54-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 33.05%
GREEN value IS 206 (80.86% from 255) = 35.09%
BLUE value IS 187 (73.44% from 255) = 31.86%
R=33.05%
G=35.09%
B=31.86%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1942061870.0600.090.1997.8916.2477.06
HexC2CEBB6091362104d
Octal30231627360112314220115
Binary11000010110011101011101111001001100111100010100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2CEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2CEBB; }

 p { color: rgb(194,206,187); }

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

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

 a { background-color: rgb(194,206,187); }

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

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

 span { border-color: rgb(194,206,187); }

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