#C2D9BE

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

Shades of Surf Crest #C2D9BE

Tints of Surf Crest #C2D9BE

Color information

#C2D9BE (or 0xC2D9BE) is unknown color: approx Surf Crest. HEX triplet: C2, D9 and BE. RGB value is (194,217,190). Sum of RGB (Red+Green+Blue) = 194+217+190=601 (79% of max value = 765). Red value is 194 (76.17% from 255 or 32.28% from 601); Green value is 217 (85.16% from 255 or 36.11% from 601); Blue value is 190 (74.61% from 255 or 31.61% from 601); Max value from RGB is 217 - color contains mainly: green. Hex color #C2D9BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2D9BE is #3D2641. Grayscale: #CFCFCF. Windows color (decimal): -4007490 or 12507586. OLE color: 12507586.

HSL color Cylindrical-coordinate representation of color #C2D9BE: hue angle of 111.11º degrees, saturation: 0.26, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C2D9BE is Cyan = 0.11, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB194217190-
CMYK0.1100.120.15
HSL111.11º26.21%79.8%-
HSV(B)111.11º12.44%85.1%-
XYZ56.3664.8158.26-
YUV207.04118.38118.7-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 32.28%
GREEN value IS 217 (85.16% from 255) = 36.11%
BLUE value IS 190 (74.61% from 255) = 31.61%
R=32.28%
G=36.11%
B=31.61%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1942171900.1100.120.15111.1126.2179.8
HexC2D9BEB0CF6f1a50
Octal302331276130141715732120
Binary11000010110110011011111010110110011111101111110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2D9BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2D9BE; }

 p { color: rgb(194,217,190); }

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

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

 a { background-color: rgb(194,217,190); }

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

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

 span { border-color: rgb(194,217,190); }

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