#C1DCBB

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

Shades of Surf Crest #C1DCBB

Tints of Surf Crest #C1DCBB

Color information

#C1DCBB (or 0xC1DCBB) is unknown color: approx Surf Crest. HEX triplet: C1, DC and BB. RGB value is (193,220,187). Sum of RGB (Red+Green+Blue) = 193+220+187=600 (79% of max value = 765). Red value is 193 (75.78% from 255 or 32.17% from 600); Green value is 220 (86.33% from 255 or 36.67% from 600); Blue value is 187 (73.44% from 255 or 31.17% from 600); Max value from RGB is 220 - color contains mainly: green. Hex color #C1DCBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1DCBB is #3E2344. Grayscale: #D0D0D0. Windows color (decimal): -4072261 or 12311745. OLE color: 12311745.

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

Color convert

RGB193220187-
CMYK0.1200.150.14
HSL109.09º32.04%79.8%-
HSV(B)109.09º15%86.27%-
XYZ56.5666.1156.79-
YUV208.16116.05117.18-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 32.17%
GREEN value IS 220 (86.33% from 255) = 36.67%
BLUE value IS 187 (73.44% from 255) = 31.17%
R=32.17%
G=36.67%
B=31.17%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1932201870.1200.150.14109.0932.0479.8
HexC1DCBBC0FE6d2050
Octal301334273140171615540120
Binary110000011101110010111011110001111111011011011000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1DCBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1DCBB; }

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

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

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

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

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

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

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

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