#C2CEBF

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

Shades of Surf Crest #C2CEBF

Tints of Surf Crest #C2CEBF

Color information

#C2CEBF (or 0xC2CEBF) is unknown color: approx Surf Crest. HEX triplet: C2, CE and BF. RGB value is (194,206,191). Sum of RGB (Red+Green+Blue) = 194+206+191=591 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.83% from 591); Green value is 206 (80.86% from 255 or 34.86% from 591); Blue value is 191 (75% from 255 or 32.32% from 591); Max value from RGB is 206 - color contains mainly: green. Hex color #C2CEBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2CEBF is #3D3140. Grayscale: #C8C8C8. Windows color (decimal): -4010305 or 12570306. OLE color: 12570306.

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

Color convert

RGB194206191-
CMYK0.0600.070.19
HSL108º13.27%77.84%-
HSV(B)108º7.28%80.78%-
XYZ53.7259.3757.92-
YUV200.7122.52123.22-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 32.83%
GREEN value IS 206 (80.86% from 255) = 34.86%
BLUE value IS 191 (75% from 255) = 32.32%
R=32.83%
G=34.86%
B=32.32%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1942061910.0600.070.1910813.2777.84
HexC2CEBF607136cd4e
Octal3023162776072315415116
Binary110000101100111010111111110011110011110110011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2CEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2CEBF; }

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

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

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

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

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

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

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

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