#C1DCBF

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

Shades of Surf Crest #C1DCBF

Tints of Surf Crest #C1DCBF

Color information

#C1DCBF (or 0xC1DCBF) is unknown color: approx Surf Crest. HEX triplet: C1, DC and BF. RGB value is (193,220,191). Sum of RGB (Red+Green+Blue) = 193+220+191=604 (80% of max value = 765). Red value is 193 (75.78% from 255 or 31.95% from 604); Green value is 220 (86.33% from 255 or 36.42% from 604); Blue value is 191 (75% from 255 or 31.62% from 604); Max value from RGB is 220 - color contains mainly: green. Hex color #C1DCBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1DCBF is #3E2340. Grayscale: #D0D0D0. Windows color (decimal): -4072257 or 12573889. OLE color: 12573889.

HSL color Cylindrical-coordinate representation of color #C1DCBF: hue angle of 115.86º degrees, saturation: 0.29, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C1DCBF is Cyan = 0.12, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.

Color convert

RGB193220191-
CMYK0.1200.130.14
HSL115.86º29.29%80.59%-
HSV(B)115.86º13.18%86.27%-
XYZ56.9966.2959.08-
YUV208.62118.05116.86-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 31.95%
GREEN value IS 220 (86.33% from 255) = 36.42%
BLUE value IS 191 (75% from 255) = 31.62%
R=31.95%
G=36.42%
B=31.62%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1932201910.1200.130.14115.8629.2980.59
HexC1DCBFC0DE741d51
Octal301334277140151616435121
Binary11000001110111001011111111000110111101110100111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1DCBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1DCBF; }

 p { color: rgb(193,220,191); }

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

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

 a { background-color: rgb(193,220,191); }

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

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

 span { border-color: rgb(193,220,191); }

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