#C2D7BD

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

Shades of Surf Crest #C2D7BD

Tints of Surf Crest #C2D7BD

Color information

#C2D7BD (or 0xC2D7BD) is unknown color: approx Surf Crest. HEX triplet: C2, D7 and BD. RGB value is (194,215,189). Sum of RGB (Red+Green+Blue) = 194+215+189=598 (79% of max value = 765). Red value is 194 (76.17% from 255 or 32.44% from 598); Green value is 215 (84.38% from 255 or 35.95% from 598); Blue value is 189 (74.22% from 255 or 31.61% from 598); Max value from RGB is 215 - color contains mainly: green. Hex color #C2D7BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2D7BD is #3D2842. Grayscale: #CDCDCD. Windows color (decimal): -4008003 or 12441538. OLE color: 12441538.

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

Color convert

RGB194215189-
CMYK0.1000.120.16
HSL108.46º24.53%79.22%-
HSV(B)108.46º12.09%84.31%-
XYZ55.7363.7457.51-
YUV205.76118.54119.61-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 32.44%
GREEN value IS 215 (84.38% from 255) = 35.95%
BLUE value IS 189 (74.22% from 255) = 31.61%
R=32.44%
G=35.95%
B=31.61%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1942151890.1000.120.16108.4624.5379.22
HexC2D7BDA0C106c194f
Octal302327275120142015431117
Binary110000101101011110111101101001100100001101100110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2D7BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2D7BD; }

 p { color: rgb(194,215,189); }

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

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

 a { background-color: rgb(194,215,189); }

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

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

 span { border-color: rgb(194,215,189); }

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