#C1D8B9

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

Shades of Surf Crest #C1D8B9

Tints of Surf Crest #C1D8B9

Color information

#C1D8B9 (or 0xC1D8B9) is unknown color: approx Surf Crest. HEX triplet: C1, D8 and B9. RGB value is (193,216,185). Sum of RGB (Red+Green+Blue) = 193+216+185=594 (78% of max value = 765). Red value is 193 (75.78% from 255 or 32.49% from 594); Green value is 216 (84.77% from 255 or 36.36% from 594); Blue value is 185 (72.66% from 255 or 31.14% from 594); Max value from RGB is 216 - color contains mainly: green. Hex color #C1D8B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1D8B9 is #3E2746. Grayscale: #CDCDCD. Windows color (decimal): -4073287 or 12179649. OLE color: 12179649.

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

Color convert

RGB193216185-
CMYK0.1100.140.15
HSL104.52º28.44%78.63%-
HSV(B)104.52º14.35%84.71%-
XYZ55.3163.9555.33-
YUV205.59116.38119.02-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 32.49%
GREEN value IS 216 (84.77% from 255) = 36.36%
BLUE value IS 185 (72.66% from 255) = 31.14%
R=32.49%
G=36.36%
B=31.14%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1932161850.1100.140.15104.5228.4478.63
HexC1D8B9B0EF691c4f
Octal301330271130161715134117
Binary11000001110110001011100110110111011111101001111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1D8B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1D8B9; }

 p { color: rgb(193,216,185); }

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

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

 a { background-color: rgb(193,216,185); }

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

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

 span { border-color: rgb(193,216,185); }

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